import * as $dara from '@darabonba/typescript'; export declare class DeleteClusterNodepoolResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 7263C978-3DBD-4E06-B319-793B38****** */ requestId?: string; /** * @remarks * The task ID. * * @example * T-655ace947e0e6603af****** */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }