import { type OBJECT_CLASS } from '@wildboar/x500/InformationFramework'; /** * @summary managementAttribute * @description * * ### ASN.1 Definition: * * ```asn1 * managementAttribute OBJECT-CLASS ::= { * SUBCLASS OF {managementTemplate} * KIND auxiliary * MUST CONTAIN * {derivedOrWithSyntaxChoice | matchesFor | behaviour | parameters | * optionallyRegisteredAs} * ID {mkmDirectoryObjectClass 10} * } * ``` * * @constant * @type {OBJECT_CLASS} * @implements {OBJECT_CLASS} */ export declare const managementAttribute: OBJECT_CLASS; //# sourceMappingURL=managementAttribute.oa.d.mts.map