import { type SYNTAX_NAME } from "../InformationFramework/SYNTAX-NAME.oca.mjs"; import { DITContentRuleDescription } from "../SchemaAdministration/DITContentRuleDescription.ta.mjs"; /** * @summary dITContentRuleDescription * @description * * ### ASN.1 Definition: * * ```asn1 * dITContentRuleDescription SYNTAX-NAME ::= { * LDAP-DESC "DIT Content Rule Description" * DIRECTORY SYNTAX DITContentRuleDescription * ID id-lsx-dITContentRuleDescription } * ``` * * @constant * @type {SYNTAX_NAME} * @implements {SYNTAX_NAME} */ export declare const dITContentRuleDescription: SYNTAX_NAME; //# sourceMappingURL=dITContentRuleDescription.oa.d.mts.map