import { ReadableStream } from 'node:stream/web'; import type { ToolSet } from '../../_types/@internal_ai-sdk-v5/dist/index.js'; import type { ChunkType } from '../../stream/types.js'; import type { LoopRun } from '../types.js'; export declare function workflowLoopStream({ resumeContext, requireToolApproval, models, toolChoice, modelSettings, _internal, messageId, runId, messageList, startTimestamp, streamState, agentId, toolCallId, toolCallConcurrency, ...rest }: LoopRun): ReadableStream>; //# sourceMappingURL=stream.d.ts.map