import { Authenticator, AuthenticatorOptions, HOTP, HOTPOptions, TOTP, TOTPOptions } from '@otplib/core'; export declare const hotp: HOTP>; export declare const totp: TOTP>; export declare const authenticator: Authenticator>;