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