export declare const NON_DIGITS_REGEX: RegExp; export declare const PHONE_CLEANUP_REGEX: RegExp; export declare const PHONE_CLEANUP_EXTENDED_REGEX: RegExp; export declare const DIGITS_ONLY_REGEX: RegExp;