import { OID } from "../CMSObjectIdentifiers/OID.ta.mjs"; /** * @summary ckm_CMS * @description * * ### ASN.1 Definition: * * ```asn1 * ckm-CMS OID ::= { * joint-iso-itu-t(2) international-organizations(23) set(42) vendors(9) griffin(10) business(3) tecsec(0) cms(2) header(2) } * ``` * * @constant */ export declare const ckm_CMS: OID; //# sourceMappingURL=ckm-CMS.va.d.mts.map