import type { CONTENT_TYPE } from '@wildboar/cms'; /** * @summary ContentTypes * @description * * ### ASN.1 Definition: * * ```asn1 * ContentTypes CONTENT-TYPE ::= {ct-scvp-certValRequest | * ct-scvp-certValResponse | ct-scvp-valPolRequest | * ct-scvp-valPolResponse, ... } * ``` * * @constant * @type {CONTENT_TYPE[]} * */ export declare const ContentTypes: CONTENT_TYPE[]; //# sourceMappingURL=ContentTypes.osa.d.mts.map