import * as $dara from '@darabonba/typescript'; export declare class DescribeClusterAddonsUpgradeStatusRequest extends $dara.Model { /** * @remarks * The list of component names. * * This parameter is required. */ componentIds?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }