/** Preferred authentication method for phone-based authentication */ export declare const PhoneAuthenticationMethodEnum: { readonly Sms: "sms"; readonly Voice: "voice"; }; export type PhoneAuthenticationMethodEnum = (typeof PhoneAuthenticationMethodEnum)[keyof typeof PhoneAuthenticationMethodEnum];