import { GeneralMasks } from './generalMasks'; import { Masks } from './utils/defaultMasks'; declare type UnionTypes = { maskDefinitions: Masks; }; declare type FormatValue = Pick & UnionTypes; export declare const formatValue: ({ value, pattern, allowEmpty, maskDefinitions }: FormatValue) => string; export {}; //# sourceMappingURL=formatValue.d.ts.map