import * as $dara from '@darabonba/typescript'; export declare class ScaleClusterNodePoolResponseBody extends $dara.Model { /** * @remarks * The task ID. * * @example * T-5faa48fb31b6b8078d00**** */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }