export declare enum TotpAlgorithmEnum {
    TOTP_ALGORITHM_UNSPECIFIED = "TOTP_ALGORITHM_UNSPECIFIED",
    TOTP_SHA1 = "TOTP_SHA1"
}
