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