import * as $dara from '@darabonba/typescript'; export declare class SubmitSceneBatchEditingJobResponseBody extends $dara.Model { /** * @remarks * The job ID. * * @example * ****20b48fb04483915d4f2cd8ac**** */ jobId?: string; /** * @remarks * The request ID. * * @example * ****C702-41BE-467E-AF2E-883D4517**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }