/** * believe — update what you believe about an existing memory. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const believeTool: ToolDefinition; //# sourceMappingURL=believe.d.ts.map