import * as $dara from '@darabonba/typescript'; export declare class UpgradeClusterNodepoolResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 2D69A58F-345C-4FDE-88E4-BF518944**** */ requestId?: string; /** * @remarks * The task ID. * * @example * T-5fd211e924e1d0078700**** */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }