import type { ElementState, MaskitoMaskExpression } from '../../../types';
export declare function calibrateValueByMask(elementState: ElementState, mask: MaskitoMaskExpression, initialElementState?: ElementState | null): ElementState;
//# sourceMappingURL=calibrate-value-by-mask.d.ts.map