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