import * as $dara from '@darabonba/typescript'; export declare class DescribeClusterNodePoolsRequest extends $dara.Model { /** * @remarks * The node pool name. * * @example * nodepool-test */ nodepoolName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }