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