import { OBJECT_IDENTIFIER } from "@wildboar/asn1";
import * as $ from "@wildboar/asn1/functional";
/**
 * @summary ContentType
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * ContentType  ::=  OBJECT IDENTIFIER
 * ```
 */
export type ContentType = OBJECT_IDENTIFIER;
export declare const _decode_ContentType: $.ASN1Decoder<import("@wildboar/asn1").ObjectIdentifier>;
export declare const _encode_ContentType: $.ASN1Encoder<import("@wildboar/asn1").ObjectIdentifier>;
//# sourceMappingURL=ContentType.ta.d.mts.map