import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; /** * @summary contentType * @description * * ### ASN.1 Definition: * * ```asn1 * contentType ATTRIBUTE ::= { * WITH SYNTAX WRAPPED-PDU.&id({SupportedPduSet}) * EQUALITY MATCHING RULE objectIdentifierMatch * SINGLE VALUE TRUE * ID id-contentType } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const contentType: ATTRIBUTE; //# sourceMappingURL=contentType.oa.d.mts.map