import { OID } from "../CMSObjectIdentifiers/OID.ta.mjs"; /** * @summary id_Ivec * @description * * ### ASN.1 Definition: * * ```asn1 * id-Ivec OID ::= { ckm-CMS 1 } * ``` * * @constant */ export declare const id_Ivec: OID; //# sourceMappingURL=id-Ivec.va.d.mts.map