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