declare enum AuthenticatorType {
    Totp = "totp"
}

export { AuthenticatorType };
