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