import { Condition } from './types'; export declare function evaluateCondition(condition: Condition, values: any): any;