import * as $dara from '@darabonba/typescript'; export declare class RemoveNodePoolNodesResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * A9891419-D125-4D89-AFCA-68846675**** */ requestId?: string; /** * @remarks * The task ID. * * @example * T-62a944794ee141074400**** */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }