export declare const removeNonDigits: (value: string) => string;
