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