import * as $dara from '@darabonba/typescript'; export declare class DescribeHpcClustersResponseBodyHpcClustersHpcCluster extends $dara.Model { description?: string; hpcClusterId?: string; name?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeHpcClustersResponseBodyHpcClusters extends $dara.Model { hpcCluster?: DescribeHpcClustersResponseBodyHpcClustersHpcCluster[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeHpcClustersResponseBody extends $dara.Model { hpcClusters?: DescribeHpcClustersResponseBodyHpcClusters; /** * @remarks * Details about the HPC clusters. The value is an array that consists of the information of each HPC cluster. * * @example * 1 */ pageNumber?: number; /** * @remarks * The page number. * * @example * 10 */ pageSize?: number; /** * @remarks * The total number of HPC clusters. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E */ requestId?: string; /** * @remarks * The ID of the HPC cluster. * * @example * 2 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }