import type * as Agora from "../index.js"; /** * Sarvam Text-to-Speech configuration (Beta). */ export interface SarvamTts { params: Agora.SarvamTtsParams; /** Controls whether the TTS module skips bracketed content when reading LLM response text. */ skip_patterns?: number[]; }