import * as $dara from '@darabonba/typescript'; export declare class SubmitCosyVoiceCustomizedVoiceJobResponseBodyData extends $dara.Model { /** * @remarks * The ID of the voice cloning task. * * @example * bfb786c639894f4d80648792021**** */ jobId?: string; /** * @remarks * The voice ID. * * @example * Voice-l***** */ voiceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class SubmitCosyVoiceCustomizedVoiceJobResponseBody extends $dara.Model { /** * @remarks * The returned result. */ data?: SubmitCosyVoiceCustomizedVoiceJobResponseBodyData; /** * @remarks * Id of the request * * @example * C0C02296-113C-5838-8FE9-8F3A32998DDC */ requestId?: string; /** * @remarks * Indicates whether the request was successful. Valid values: * - true: The request was successful. * - false: The request failed. * * @example * true */ success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }