/** * link — manually create a typed edge between two concepts. * * Dream consolidation builds edges automatically from co-occurring observations. * This tool lets you make explicit connections you've reasoned to directly — * "this exemplifies that", "these are in tension", etc. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const linkTool: ToolDefinition; //# sourceMappingURL=link.d.ts.map