import type { JsonLogicContext } from '../../types.js'; export declare function ifOperator(values: any[], data: JsonLogicContext): any;