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