import * as $dara from '@darabonba/typescript'; export declare class SubmitIProductionJobResponseBody extends $dara.Model { /** * @remarks * The ID of the intelligent production job. * * @example * ****20b48fb04483915d4f2cd8ac**** */ jobId?: string; /** * @remarks * The request ID. * * @example * C1849434-FC47-5DC1-92B6-F7EAAFE3851E */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }