import type { DataRecordValue, MatchRuleCodeList } from '@overture-stack/lectern-dictionary'; /** * Check if the value (or at least one value from an array) is found in the code list. */ export declare const testMatchCodeList: (codeList: MatchRuleCodeList, value: DataRecordValue) => boolean;