import type { TaskStore } from '../../types/task/index.js'; import type { ToolDefinition } from '../../types/tool/index.js'; export declare function buildTaskUpdateTool(taskStore: TaskStore): ToolDefinition; //# sourceMappingURL=update.d.ts.map