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