import { type MATCHING_RULE } from "../InformationFramework/MATCHING-RULE.oca.mjs"; import { SubstringAssertion } from "../SelectedAttributeTypes/SubstringAssertion.ta.mjs"; /** * @summary caseExactSubstringsMatch * @description * * ### ASN.1 Definition: * * ```asn1 * caseExactSubstringsMatch MATCHING-RULE ::= { * SYNTAX SubstringAssertion -- only the PrintableString choice * LDAP-SYNTAX substringAssertion.&id * LDAP-NAME {"caseExactSubstringsMatch"} * ID id-mr-caseExactSubstringsMatch } * ``` * * @constant * @type {MATCHING_RULE} * @implements {MATCHING_RULE} */ export declare const caseExactSubstringsMatch: MATCHING_RULE; //# sourceMappingURL=caseExactSubstringsMatch.oa.d.mts.map