export declare class DokuRegex { static SafeString: RegExp; /** * Reference: https://owasp.org/www-community/OWASP_Validation_Regex_Repository */ static Email: RegExp; static HexColor: RegExp; }