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