import * as $dara from '@darabonba/typescript'; export declare class ListSmartVoiceGroupsRequest extends $dara.Model { /** * @remarks * The voice type. If you do not specify this parameter, the operation returns voices from the small model by default. Set this parameter to `CosyVoice` to retrieve voices from the Cosyvoice large model. * * @example * CosyVoice */ voiceType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }