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