export declare enum AuthenticationFactor {
    Email = "email",
    Phone = "phone",
    Totp = "totp",
    Recoverycode = "recoverycode"
}
