import * as $dara from '@darabonba/typescript'; export declare class RepairClusterNodePoolResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * db82195b-75a8-40e5-9be4-16f182****** */ requestId?: string; /** * @remarks * The task ID. * * @example * T-613b19bbd160ad2800****** */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }