/** * neighbors — explore memories connected to a specific memory via knowledge graph edges. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const neighborsTool: ToolDefinition; //# sourceMappingURL=neighbors.d.ts.map