import * as $dara from '@darabonba/typescript'; export declare class UpdateCustomizedVoiceRequest extends $dara.Model { /** * @remarks * The media asset ID of the sample audio file. * * @example * ****4d5e829d498aaf966b119348**** */ demoAudioMediaId?: string; /** * @remarks * The voice ID. * * This parameter is required. * * @example * xiaozhuan */ voiceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }