import * as $dara from '@darabonba/typescript'; export declare class SubmitBatchMediaProducingJobResponseBody extends $dara.Model { /** * @remarks * The ID of the quick video production job. * * @example * ****d80e4e4044975745c14b**** */ jobId?: string; /** * @remarks * The request ID. * * @example * ****36-3C1E-4417-BDB2-1E034F**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }