import { Span } from '../../types-hoist/span'; import { AnthropicAiStreamingEvent } from './types'; /** * Instruments an async iterable stream of Anthropic events, updates the span with * streaming attributes and (optionally) the aggregated output text, and yields * each event from the input stream unchanged. */ export declare function instrumentAsyncIterableStream(stream: AsyncIterable, span: Span, recordOutputs: boolean): AsyncGenerator; /** * Instruments a MessageStream by registering event handlers and preserving the original stream API. */ export declare function instrumentMessageStream void; }>(stream: R, span: Span, recordOutputs: boolean): R; //# sourceMappingURL=streaming.d.ts.map