import { type AnyVal, type SingleIfMatcher } from '../types'; export declare const validateIfCondition: ($if: SingleIfMatcher, getValue: (target?: string) => AnyVal) => boolean;