import { ChatRequest, ChatChunk } from "../Provider.js"; export declare class DeepSeekStreaming { private readonly baseUrl; private readonly apiKey; constructor(baseUrl: string, apiKey: string); execute(request: ChatRequest, controller?: AbortController): AsyncGenerator; } //# sourceMappingURL=Streaming.d.ts.map