export declare class CustomRegex { static readonly INT_REGEX: RegExp; static readonly DECIMAL_REGEX: RegExp; static readonly URI_REGEX: RegExp; static readonly COLOR_REGEX: RegExp; static readonly TIME_REGEX: RegExp; static readonly GEONAME_REGEX: RegExp; static readonly EMAIL_REGEX: RegExp; static readonly PASSWORD_REGEX: RegExp; static readonly USERNAME_REGEX: RegExp; static readonly SHORTNAME_REGEX: RegExp; static readonly ONTOLOGYNAME_REGEX: RegExp; }