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