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 buildTaskCreateTool(taskStore: TaskStore, scope: Pick): ToolDefinition; //# sourceMappingURL=create.d.ts.map