import { OID } from "../CMSObjectIdentifiers/OID.ta.mjs"; /** * @summary cms * @description * * ### ASN.1 Definition: * * ```asn1 * cms OID ::= { iso(1) identified-organization(3) tc68(133) country(16) x9(840) * x9Standards(9) x9-73(73) namespaces(2) cms(0) } * ``` * * @constant */ export declare const cms: OID; //# sourceMappingURL=cms.va.d.mts.map