import { OID } from "../CMSObjectIdentifiers/OID.ta.mjs"; /** * @summary id_contentType * @description * * ### ASN.1 Definition: * * ```asn1 * id-contentType OID ::= { pkcs9 contentType(3) } * ``` * * @constant */ export declare const id_contentType: OID; //# sourceMappingURL=id-contentType.va.d.mts.map