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