import { Arrayish, SupportedAlgorithms } from './types';
export declare function computeHmac(algorithm: SupportedAlgorithms, key: Arrayish, data: Arrayish): Uint8Array;
//# sourceMappingURL=hmac.d.ts.map