import type { ToolsOperation } from "../../session/types.ts"; import type { Lane } from "../lane.ts"; import type { Drive, ProcedureResult } from "../types.ts"; /** Execute, recover, stage, and source-order one complete durable tool batch. */ export declare function runTools(lane: Lane, drive: Drive, run: ToolsOperation): Promise; //# sourceMappingURL=tools.d.ts.map