/** * @author mkunze */ export declare class TerraRegex { static COLOR_HEX: string; static NUMERIC: string; static ONLY_STRING_WITH_SLASH_AND_UNDERSCORE: string; static START_WITH_CAPITAL: string; static NUMERIC_POSITIVE: string; static NUMERIC_EAN_13: string; static DOUBLE: string; static WEIGHT: string; static ISBN: string; static UPC: string; static HEX_COLOR_SHORT: string; static EMAIL: string; static EMAIL_LOCAL_PART: string; static EMAIL_FORWARDING: string; static DATE: string; static MYSQL_DATE_TIMESTAMP: string; static MIXED: string; static SCORE_ALPHA_NUMERIC_POSITIVE_WITH_DOTS: string; static PERCENTAGE: string; static SIGNED_PERCENTAGE: string; static IP_V4: string; static INT_PHONE: string; static URL: string; static CANONICAL: string; static COMMA_DEVIDED: string; static UMLAUTS: string; static UPPERCASE_A_Z: string; static USERNAME_COMBINED: string; static HAS_NUMBERS: string; static PASSWORD_COMBINED: string; static IP_V4_OR_DOMAIN: string; static IBAN_BIC: string; static NUMBER_LETTERS: string; static WITHOUT_HTML: string; static RECOMMENDATIONS_FULL_DATE: string; static RECOMMENDATIONS_PARTIAL_DATE: string; static RECOMMENDATIONS_YEAR: string; static HTML_LINEBREAK_ENTITY: string; static VERSION: string; static COMPLETE_VERSION: string; static ROYAL_MAIL_CONTRACT_NUMBER: string; static ROYAL_MAIL_COUNTRY_CODE: string; static PLENTY_CMS_SYNTAX: string; static getDouble(decimalPlacesCount: number): string; static getPositiveDouble(decimalPlacesCount: number): string; }