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