import * as $dara from '@darabonba/typescript'; export declare class SubmitCopyrightExtractJobResponseBodyData extends $dara.Model { /** * @remarks * The job ID. * * @example * bfb786c63****4d80648792021eff90 */ jobId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class SubmitCopyrightExtractJobResponseBody extends $dara.Model { /** * @remarks * The data returned. */ data?: SubmitCopyrightExtractJobResponseBodyData; /** * @remarks * The message returned. * * @example * ok */ message?: string; /** * @remarks * The ID of the request. * * @example * ****2876-6263-4B75-8F2C-CD0F7FCF**** */ requestId?: string; /** * @remarks * The status code. * * @example * 200 */ statusCode?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }