import * as $dara from '@darabonba/typescript'; export declare class InstallNodePoolComponentsResponseBody extends $dara.Model { /** * @remarks * The cluster ID. * * @example * c8155823d057948c69a**** */ clusterId?: string; /** * @remarks * The request ID. * * @example * 49511F2D-D56A-5C24-B9AE-C8491E09B*** */ requestId?: string; /** * @remarks * The task ID. * * @example * T-67d7ec016ce37c0106000*** */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }