import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; /** * @summary ContentType * @description * * ### ASN.1 Definition: * * ```asn1 * ContentType ::= CONTENT-TYPE.&id * ``` */ export type ContentType = OBJECT_IDENTIFIER; export declare const _decode_ContentType: $.ASN1Decoder; export declare const _encode_ContentType: $.ASN1Encoder; //# sourceMappingURL=ContentType.ta.d.mts.map