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