import { CryptoKey, type ImportFormat, type JWK, type KeyUsage, type SubtleAlgorithm } from './keys';
import { type BufferLike } from './Utils';
export declare function hmacImportKey(algorithm: SubtleAlgorithm, format: ImportFormat, keyData: BufferLike | JWK, extractable: boolean, keyUsages: KeyUsage[]): Promise<CryptoKey>;
//# sourceMappingURL=mac.d.ts.map