import { type MECHANISM_NAME } from '../ACSE-1/MECHANISM-NAME.oca.mjs'; /** * @summary ObjectSet * @description * * ### ASN.1 Definition: * * ```asn1 * ObjectSet MECHANISM-NAME ::= {...} * ``` * * @constant * @type {MECHANISM_NAME[]} * */ export declare const ObjectSet: MECHANISM_NAME[]; //# sourceMappingURL=ObjectSet.osa.d.mts.map