import { type TaskStore } from '../../types/task/index.js'; import type { ToolDefinition } from '../../types/tool/index.js'; import type { TaskToolScope } from './index.js'; export declare function buildTaskListTool(taskStore: TaskStore, scope: TaskToolScope & { readonly turnStartedAt: number; }): ToolDefinition; //# sourceMappingURL=list.d.ts.map