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