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