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