import type { ToolCall } from "../../../types.js"; import type { SingleToolResult } from "../contracts.js"; import type { SingleToolDeps } from "./deps.js"; export declare const runSingleTool: (deps: SingleToolDeps, rawCall: ToolCall, toolEventId: string, parentSignal: AbortSignal) => Promise;