declare function totp(secret: any): string; export { totp }; export default totp;