import { OID } from "../CMSObjectIdentifiers/OID.ta.mjs"; /** * @summary id_ckm_key_agree_hash * @description * * ### ASN.1 Definition: * * ```asn1 * id-ckm-key-agree-hash OID ::= { id-ckm-algorithms key-agree-hash(4) } * ``` * * @constant */ export declare const id_ckm_key_agree_hash: OID; //# sourceMappingURL=id-ckm-key-agree-hash.va.d.mts.map