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