import { EventStreamSerdeContext, SerdeContext } from '@smithy/types'; import { Stream as CoreStream } from '@anthropic-ai/sdk/streaming'; import { BaseAnthropic } from '@anthropic-ai/sdk'; export declare const toUtf8: (input: Uint8Array) => string; export declare const fromUtf8: (input: string) => Uint8Array; export declare const getMinimalSerdeContext: () => SerdeContext & EventStreamSerdeContext; export declare class Stream extends CoreStream { static fromSSEResponse(response: Response, controller: AbortController, client?: BaseAnthropic): Stream; } //# sourceMappingURL=streaming.d.ts.map