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