import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; import { ContextDescription } from "../SchemaAdministration/ContextDescription.ta.mjs"; /** * @summary contextTypes * @description * * ### ASN.1 Definition: * * ```asn1 * contextTypes ATTRIBUTE ::= { * WITH SYNTAX ContextDescription * EQUALITY MATCHING RULE objectIdentifierFirstComponentMatch * USAGE directoryOperation * ID id-soa-contextTypes } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const contextTypes: ATTRIBUTE; //# sourceMappingURL=contextTypes.oa.d.mts.map