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