/** * contradict — record a contradiction between an observation and a belief or memory. * Creates a CONTRADICTION signal linking the observation to the concept. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const contradictTool: ToolDefinition; //# sourceMappingURL=contradict.d.ts.map