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