import { type AnyVal, type WithCondition, type WithTarget } from '../types'; export declare const validateIfConditions: (input: Partial, getValue: (target?: string) => AnyVal) => boolean;