import * as $dara from '@darabonba/typescript'; export declare class DescribeDiagnosticReportsResponseBodyReportsReportIssuesIssue extends $dara.Model { issueId?: string; metricCategory?: string; metricId?: string; severity?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeDiagnosticReportsResponseBodyReportsReportIssues extends $dara.Model { issue?: DescribeDiagnosticReportsResponseBodyReportsReportIssuesIssue[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeDiagnosticReportsResponseBodyReportsReport extends $dara.Model { creationTime?: string; endTime?: string; finishedTime?: string; issues?: DescribeDiagnosticReportsResponseBodyReportsReportIssues; metricSetId?: string; reportId?: string; resourceId?: string; resourceType?: string; severity?: string; startTime?: string; status?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeDiagnosticReportsResponseBodyReports extends $dara.Model { report?: DescribeDiagnosticReportsResponseBodyReportsReport[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeDiagnosticReportsResponseBody extends $dara.Model { /** * @remarks * A pagination token. It can be used in the next request to retrieve a new page of results. * * @example * caeba0bbb2be03f84eb48b699f0a4883 */ nextToken?: string; reports?: DescribeDiagnosticReportsResponseBodyReports; /** * @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; }); }