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