import { type CONTENT_ENCRYPTION } from "../AlgorithmInformation-2009/CONTENT-ENCRYPTION.oca.mjs"; /** * @summary ContentEncryptionAlgorithmSet * @description * * ### ASN.1 Definition: * * ```asn1 * ContentEncryptionAlgorithmSet CONTENT-ENCRYPTION ::= { ContentEncryptionAlgs, ... } * ``` * * @constant * @type {CONTENT_ENCRYPTION[]} * */ export declare const ContentEncryptionAlgorithmSet: CONTENT_ENCRYPTION[]; //# sourceMappingURL=ContentEncryptionAlgorithmSet.osa.d.mts.map