import type { MemoryStore } from '../../types/memory/index.js'; import type { ToolDefinition } from '../../types/tool/index.js'; export declare function buildReadMemoryTool(store: MemoryStore): ToolDefinition; //# sourceMappingURL=read.d.ts.map