import * as $dara from '@darabonba/typescript'; export declare class DescribeClusterResourcesRequest extends $dara.Model { /** * @remarks * Specifies whether to also query resources created by cluster components. * * - true: queries the resources. * * - false: does not query the resources. * * @example * false */ withAddonResources?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }