import * as $dara from '@darabonba/typescript'; export declare class ModifyClusterAddonRequest extends $dara.Model { /** * @remarks * The custom parameter settings. * * @example * {"CpuRequest":"800m"} */ config?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }