import { NodePool } from './NodePool'; import { SdkResponse } from "@g42cloud/g42cloud-sdk-core/SdkResponse"; export declare class ListNodePoolsResponse extends SdkResponse { kind?: string; apiVersion?: string; items?: Array; constructor(); withKind(kind: string): ListNodePoolsResponse; withApiVersion(apiVersion: string): ListNodePoolsResponse; withItems(items: Array): ListNodePoolsResponse; } //# sourceMappingURL=ListNodePoolsResponse.d.ts.map