import * as $dara from '@darabonba/typescript'; export declare class UnInstallClusterAddonsResponseBody extends $dara.Model { /** * @remarks * The cluster ID. * * @example * c5b5e80b0b64a4bf6939d2d8fbb****** */ clusterId?: string; /** * @remarks * The request ID. * * @example * 74D1512F-67DA-54E8-99EA-4D50EB****** */ requestId?: string; /** * @remarks * The task ID. * * @example * T-66e39b39c0fdd00132****** */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }