export declare enum AuthenticatorType {
    Totp = "totp"
}
