/**
 * Represents a strategy used for two-factor authentication.
 */
export declare enum TfaStrategy {
    /** Two-factor authentication with Time-Based One Time Passwords. */
    TOTP = "TOTP",
    /** Two-factor authentication with codes sent via SMSes. */
    SMS = "SMS"
}
//# sourceMappingURL=TfaStrategy.d.ts.map