import * as $dara from '@darabonba/typescript'; export declare class CreateDiagnosticReportResponseBody extends $dara.Model { /** * @remarks * The unique ID of the diagnostic report. * * @example * dr-uf6i0tv2refv8wz***** */ reportId?: string; /** * @remarks * The request ID. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE***** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }