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