import type * as SarvamAI from "../index.js"; export interface SpeechToTextTranslateStreamingResponse { type: SarvamAI.ResponseType; data: SarvamAI.SpeechToTextTranslateResponseData; }