export declare const LOGIN_RE: RegExp; export declare const REGISTER_RE: RegExp; export declare const RECOVERY_RE: RegExp; export declare const MULTI_STEP_RE: RegExp; export declare const TROUBLE_RE: RegExp; export declare const PASSWORD_RE: RegExp; export declare const PASSWORD_ATTR_RE: RegExp; export declare const PASSWORD_OUTLIER_RE: RegExp; export declare const USERNAME_RE: RegExp; export declare const USERNAME_ATTR_RE: RegExp; export declare const USERNAME_OUTLIER_RE: RegExp; export declare const EMAIL_RE: RegExp; export declare const EMAIL_ATTR_RE: RegExp; export declare const TEL_RE: RegExp; export declare const CAPTCHA_ATTR_RE: RegExp; export declare const SUBMIT_ACTION_RE: RegExp; export declare const CREATE_ACTION_RE: RegExp; export declare const CREATE_ACTION_ATTR_END_RE: RegExp; export declare const RESET_ACTION_RE: RegExp; export declare const CONFIRM_ACTION_RE: RegExp; export declare const CONFIRM_ACTION_ATTR_END_RE: RegExp; export declare const STEP_ACTION_RE: RegExp; export declare const REMEMBER_ACTION_RE: RegExp; export declare const SEARCH_ACTION_RE: RegExp; export declare const CURRENT_VALUE_RE: RegExp; export declare const CURRENT_VALUE_ATTR_RE: RegExp; export declare const HIDDEN_ATTR_RE: RegExp; export declare const OAUTH_ATTR_RE: RegExp; export declare const TOS_RE: RegExp; export declare const TWO_FA_RE: RegExp; export declare const TWO_FA_ATTR_RE: RegExp; export declare const AUTHENTICATOR_ATTR_RE: RegExp; export declare const OTP_ATTR_RE: RegExp; export declare const OTP_OUTLIER_RE: RegExp; export declare const OTP_OUTLIER_ATTR_RE: RegExp; export declare const NEWSLETTER_RE: RegExp; export declare const NEWSLETTER_ATTR_RE: RegExp; export declare const IDENTITY_FULLNAME_ATTR_RE: RegExp; export declare const IDENTITY_FIRSTNAME_ATTR_RE: RegExp; export declare const IDENTITY_MIDDLENAME_ATTR_RE: RegExp; export declare const IDENTITY_LASTNAME_ATTR_RE: RegExp; export declare const IDENTITY_TELEPHONE_ATTR_RE: RegExp; export declare const IDENTITY_TELEPHONE_OUTLIER_ATTR_RE: RegExp; export declare const IDENTITY_ADDRESS_ATTR_RE: RegExp; export declare const IDENTITY_ADDRESS_LINES_ATTR_END_RE: RegExp; export declare const IDENTITY_STATE_ATTR_RE: RegExp; export declare const IDENTITY_CITY_ATTR_RE: RegExp; export declare const IDENTITY_ZIPCODE_ATTR_RE: RegExp; export declare const IDENTITY_ORGANIZATION_ATTR_RE: RegExp; export declare const IDENTITY_COUNTRY_ATTR_RE: RegExp; export declare const IDENTITY_COUNTRY_CODE_ATTR_RE: RegExp; export declare const CC_PREFIX_ATTR_RE: RegExp; export declare const CC_NUMBER_ATTR_RE: RegExp; export declare const CC_OUTLIER_ATTR_RE: RegExp; export declare const CC_CVC_ATTR_RE: RegExp; export declare const CC_CODE_ATTR_RE: RegExp; export declare const CC_NAME_ATTR_RE: RegExp; export declare const CC_EXP_ATTR_RE: RegExp; export declare const CC_EXP_MONTH_ATTR_RE: RegExp; export declare const CC_EXP_MONTH_ATTR_END_RE: RegExp; export declare const CC_EXP_YEAR_ATTR_RE: RegExp; export declare const CC_EXP_YEAR_ATTR_END_RE: RegExp; export declare const IFRAME_FIELD_ATTR_RE: RegExp; export declare const PAYMENT_ATTR_RE: RegExp; export declare const DOCUMENT_ATTR_RE: RegExp;