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