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