/** * forget — intentionally reduce a concept's salience. * * Not deletion — fading. For when a belief is being actively revised * and the old version shouldn't keep surfacing. Increments FSRS lapses * and reschedules as if the concept was "forgotten" (rating=1). */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const forgetTool: ToolDefinition; //# sourceMappingURL=forget.d.ts.map