export declare const REGEX: {
    NUMBERS: RegExp;
    PHONE: RegExp;
    EMAIL: RegExp;
    DECIMALS: RegExp;
    COUNTRY_CODE: RegExp;
};
