/** The MFA method requested by the password provider to complete authentication. ℹ️ This enum is non-exhaustive. */ export declare const ProviderMfaRequestMethod: { readonly Sms: "sms"; readonly Email: "email"; }; export type ProviderMfaRequestMethod = (typeof ProviderMfaRequestMethod)[keyof typeof ProviderMfaRequestMethod];