/** * Default voice rotation. When `bland audio generate`, `bland voice speak`, * or the MCP TTS tools are invoked without a voice, one of these is picked * at random. * * Kept in sync with the bland-tts package (which is the canonical TTS-only * package). If you change one, change the other. */ export declare const DEFAULT_VOICES: readonly string[]; export declare function pickDefaultVoice(): string; //# sourceMappingURL=defaultVoices.d.ts.map