import { IMask } from "../types";
export declare const MaskAttribute: <T extends {}>(mask: IMask, object: T) => T;
export default MaskAttribute;
//# sourceMappingURL=mask-attribute.util.d.ts.map