import { DH } from "./dh";
import { KEM } from "./kem";
export declare function hkdfSha256KemForDH(dh: DH): KEM<Uint8Array, Uint8Array, Uint8Array, Uint8Array>;
