export declare const digitsFormatter: {
    name: string;
    read(str: string): string | number;
};
