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