import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; import { ContextAssertion } from "../InformationFramework/ContextAssertion.ta.mjs"; /** * @summary selectedContexts * @description * * ### ASN.1 Definition: * * ```asn1 * selectedContexts ATTRIBUTE ::= { * WITH SYNTAX ContextAssertion * ID id-cat-selectedContexts } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const selectedContexts: ATTRIBUTE; //# sourceMappingURL=selectedContexts.oa.d.mts.map