import { ID } from "../UsefulDefinitions/ID.ta.mjs"; /** * @summary cmsContentType * @description * * ### ASN.1 Definition: * * ```asn1 * cmsContentType ID ::= {ds 42} * ``` * * @constant */ export declare const cmsContentType: ID; //# sourceMappingURL=cmsContentType.va.d.mts.map