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