export declare const VOICE_VOX_API_URL = "http://localhost:50021"; export declare const VOICEPEAK_API_URL = "http://localhost:20202"; export declare const AIVIS_SPEECH_API_URL = "http://localhost:10101"; export declare const OPENAI_TTS_API_URL = "https://api.openai.com/v1/audio/speech"; export declare const XAI_TTS_API_URL = "https://api.x.ai/v1/tts"; export declare const UNREAL_SPEECH_TTS_API_URL = "https://api.v8.unrealspeech.com/stream"; export declare const ELEVENLABS_TTS_API_URL = "https://api.elevenlabs.io/v1/text-to-speech"; export declare const INWORLD_TTS_API_URL = "https://api.inworld.ai/tts/v1/voice"; export declare const GRADIUM_TTS_API_URL = "https://api.gradium.ai/api/post/speech/tts"; export declare const GRADIUM_VOICES_API_URL = "https://api.gradium.ai/api/voices/"; export declare const OPENAI_COMPATIBLE_TTS_API_URL = "http://localhost:8880/v1/audio/speech"; export declare const MINIMAX_GLOBAL_API_URL = "https://api.minimax.io/v1/t2a_v2"; export declare const MINIMAX_CHINA_API_URL = "https://api.minimaxi.com/v1/t2a_v2"; export declare const MINIMAX_GLOBAL_VOICE_LIST_URL = "https://api.minimax.io/v1/query/tts_speakers"; export declare const MINIMAX_CHINA_VOICE_LIST_URL = "https://api.minimaxi.com/v1/query/tts_speakers"; export declare const AIVIS_CLOUD_API_URL = "https://api.aivis-project.com/v1/tts/synthesize"; export declare const GEMINI_TTS_API_URL = "https://generativelanguage.googleapis.com/v1beta";