import type { ToolDefinition } from "@/types"; /** * Builds the memory_node_read tool that returns a single graph node by id. * When nodeId is omitted reads the root node with a full graph tree overview. * Expects: toolContext.memory is available and ctx.userId identifies the user. */ export declare function memoryNodeReadToolBuild(): ToolDefinition; //# sourceMappingURL=memoryNodeReadToolBuild.d.ts.map