import { type ATTRIBUTE } from "../InformationFramework/ATTRIBUTE.oca.mjs"; import { HierarchyLevel } from "../InformationFramework/HierarchyLevel.ta.mjs"; /** * @summary hierarchyLevel * @description * * ### ASN.1 Definition: * * ```asn1 * hierarchyLevel ATTRIBUTE ::= { * WITH SYNTAX HierarchyLevel * EQUALITY MATCHING RULE integerMatch * ORDERING MATCHING RULE integerOrderingMatch * SINGLE VALUE TRUE * NO USER MODIFICATION TRUE * USAGE directoryOperation * ID id-oa-hierarchyLevel } * ``` * * @constant * @type {ATTRIBUTE} * @implements {ATTRIBUTE} */ export declare const hierarchyLevel: ATTRIBUTE; //# sourceMappingURL=hierarchyLevel.oa.d.mts.map