import type { TextToSpeechStreamRequest, TextToSpeechStreamResponse } from "../../../schemas/index"; export declare function handleTextToSpeechStream(request: TextToSpeechStreamRequest, inputStream: AsyncIterable): AsyncGenerator; //# sourceMappingURL=text-to-speech-stream.d.ts.map