export declare enum AuthenticationType { LOCAL_PASSWORD = "local_password", SSO = "sso", TOTP = "totp" }