import { type SecretLength } from '../types';
export declare function generateSecret(length?: SecretLength): string;
export declare function decodeSecretForHMAC(base32Secret: string): Readonly<Buffer>;
//# sourceMappingURL=crypto.d.ts.map