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