export type Algorithm = 'sha1' | 'sha256' | 'sha512'; export declare function generateHMAC(message: Uint8Array, key: Uint8Array, algorithm?: Algorithm): Uint8Array; //# sourceMappingURL=hmac.d.ts.map