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