import { type DataRecordValue, type MatchRuleRange } from '@overture-stack/lectern-dictionary'; export declare const testMatchRange: (range: MatchRuleRange, value: DataRecordValue) => boolean;