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