import type { HashComponent } from '@jscrypto/core'; export declare function hmac(hash: HashComponent, key: Uint8Array, input: Uint8Array): Uint8Array; //# sourceMappingURL=hmac.d.ts.map