import * as $dara from '@darabonba/typescript'; export declare class RunNodeOperationResponseBody extends $dara.Model { /** * @example * c2230fxxxxx */ clusterId?: string; /** * @example * xxxx */ requestId?: string; /** * @example * T-xxxx */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }