import type { JsonLogicContext, JsonLogicRule } from './types.js'; export declare function evaluate(rule: JsonLogicRule, data: JsonLogicContext): any;