export declare const USERNAME_SUFFIX = "username"; export declare const EMAIL_SUFFIX = "email"; export declare const CODE_SUFFIX = "code"; export declare const PHONE_SUFFIX = "phone"; export declare const PASSWORD_SUFFIX = "password"; export declare const COUNTRY_DIAL_CODE_SUFFIX = "country-dial-code-select"; export declare const COUNTRY_DIAL_CODE_DEFAULT = "+1"; export declare const AUTH_SOURCE_KEY = "amplify-auth-source"; export declare const REDIRECTED_FROM_HOSTED_UI = "amplify-redirected-from-hosted-ui"; export declare const AUTHENTICATOR_AUTHSTATE = "amplify-authenticator-authState"; export declare const PHONE_EMPTY_ERROR_MESSAGE = "Phone number can not be empty"; export declare const NO_AUTH_MODULE_FOUND = "No Auth module found, please ensure @aws-amplify/auth is imported"; export declare const NO_STORAGE_MODULE_FOUND = "No Storage module found, please ensure @aws-amplify/storage is imported"; export declare const NO_INTERACTIONS_MODULE_FOUND = "No Interactions module found, please ensure @aws-amplify/interactions is imported"; export declare const SETUP_TOTP = "SETUP_TOTP"; export declare const USER_NOT_SETUP_SOFTWARE_TOKEN_MFA = "User has not set up software token mfa"; export declare const USER_NOT_VERIFIED_SOFTWARE_TOKEN_MFA = "User has not verified software token mfa"; export declare const SUCCESS = "SUCCESS"; export declare const FAILURE = "FAILURE"; export declare const AUTH_CHANNEL = "auth"; export declare const UI_AUTH_CHANNEL = "UI Auth"; export declare const TOAST_AUTH_ERROR_EVENT = "ToastAuthError"; export declare const AUTH_STATE_CHANGE_EVENT = "AuthStateChange";