import { Locale } from "./types/locale"; import { TransformationOptions } from "./types/transformationOptions"; export declare function transformToInputNumericString(text: string, options?: TransformationOptions, locale?: Locale): string;