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