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