import { type CONTEXT } from "../InformationFramework/CONTEXT.oca.mjs"; /** * @summary SupportedContexts * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedContexts CONTEXT ::= {...} * ``` * * @constant * @type {CONTEXT[]} * */ export declare const SupportedContexts: CONTEXT[]; //# sourceMappingURL=SupportedContexts.osa.d.mts.map