import { type CONTENT_TYPE } from "../CryptographicMessageSyntax-2010/CONTENT-TYPE.oca.mjs"; /** * @summary ContentSet * @description * * ### ASN.1 Definition: * * ```asn1 * ContentSet CONTENT-TYPE ::= { * -- Define the set of content types to be recognized. * ct-Data | ct-SignedData | ct-EncryptedData | ct-EnvelopedData | * ct-AuthenticatedData | ct-DigestedData, ... } * ``` * * @constant * @type {CONTENT_TYPE[]} * */ export declare const ContentSet: CONTENT_TYPE[]; //# sourceMappingURL=ContentSet.osa.d.mts.map