import type { ExecuteContext, ExecuteDeps, ExecuteParams, ExecuteReturn, OnUpdate } from "./types"; export declare function executeSubagent(deps: ExecuteDeps, _toolCallId: string, params: ExecuteParams, signal: AbortSignal | undefined, onUpdate: OnUpdate, ctx: ExecuteContext): Promise; //# sourceMappingURL=execute.d.ts.map