import * as $dara from '@darabonba/typescript'; export declare class QueryCopyrightExtractJobResponseBodyData extends $dara.Model { /** * @remarks * The copyright watermark information. */ message?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class QueryCopyrightExtractJobResponseBody extends $dara.Model { /** * @remarks * The data returned. */ data?: QueryCopyrightExtractJobResponseBodyData; /** * @remarks * The message returned. * * @example * ok */ message?: string; /** * @remarks * The ID of the request. * * @example * *****ACB-44F2-5F2D-88D7-1283E70***** */ 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; }); }