import { type TMF_OBJECT } from '../Test-ASN1Module/TMF-OBJECT.oca.mjs'; /** * @summary AssociatedObjectSet * @description * * ### ASN.1 Definition: * * ```asn1 * AssociatedObjectSet TMF-OBJECT ::= {...} * ``` * * @constant * @type {TMF_OBJECT[]} * */ export declare const AssociatedObjectSet: TMF_OBJECT[]; //# sourceMappingURL=AssociatedObjectSet.osa.d.mts.map