import * as $dara from '@darabonba/typescript'; export declare class ListClusterInspectReportsRequest extends $dara.Model { /** * @remarks * The maximum number of results to return. Maximum value: 50. * * @example * 20 */ maxResults?: number; /** * @remarks * The pagination token. * * @example * AK8uQQrxgFKsI3OiS5TbhUQ9R3kPme4I3 */ nextToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }