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