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