import type { CryptoContext } from './c-crypto.js'; export declare const hkdf: (input: { digest: "sha1" | "sha256" | "sha384" | "sha512"; ikm: Uint8Array; salt: Uint8Array; info: Uint8Array; keylen: number; }, _ctx?: CryptoContext) => Promise; //# sourceMappingURL=hkdf.d.ts.map