import type { AgentDefinition, VoiceGenerationOpts } from '../types/types.js'; export type { VoiceGenerationOpts }; export declare function ensembleVoice(text: string, agent: AgentDefinition, options?: VoiceGenerationOpts): AsyncGenerator; //# sourceMappingURL=ensemble_voice.d.ts.map