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