import type { MaskitoPreprocessor } from '@maskito/core'; /** * Convert full width numbers like 1, 2 to half width numbers 1, 2 */ export declare function createFullWidthToHalfWidthPreprocessor(): MaskitoPreprocessor; //# sourceMappingURL=fullwidth-to-halfwidth-preprocessor.d.ts.map