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