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