/** * belief — view belief history for a concept. * * Returns a chronological list of how a concept's definition * has changed over time, with timestamps and reasons. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const beliefTool: ToolDefinition; //# sourceMappingURL=belief.d.ts.map