export declare type DigitsConverter<I = string, O = string> = (value: I) => O;
