import * as $dara from '@darabonba/typescript'; export declare class SubmitStandardCustomizedVoiceJobResponseBodyData extends $dara.Model { /** * @remarks * The ID of the human voice cloning job. * * @example * ****d718e2ff4f018ccf419a7b71**** */ jobId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class SubmitStandardCustomizedVoiceJobResponseBody extends $dara.Model { /** * @remarks * The data returned. */ data?: SubmitStandardCustomizedVoiceJobResponseBodyData; /** * @remarks * The request ID. * * @example * ****63E8B7C7-4812-46AD-0FA56029AC86**** */ requestId?: string; /** * @remarks * Indicates whether the request was successful. Valid values: * * * true * * false * * @example * true */ success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }