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