import type { ElementState, MaskitoMaskExpression } from '../../../types';
export declare function calibrateValueByMask(elementState: ElementState, mask: MaskitoMaskExpression, initialElementState?: ElementState | null): ElementState;
