import type { ToolResult } from "../../types.js"; import type { ToolRunOptions } from "../tool-types.js"; export declare function runToolBatch(args: Record, options?: ToolRunOptions): Promise;