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