import * as $dara from '@darabonba/typescript'; export declare class DescribeClustersResponseBodyTags extends $dara.Model { key?: string; value?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeClustersResponseBody extends $dara.Model { clusterId?: string; clusterType?: string; created?: string; currentVersion?: string; dataDiskCategory?: string; dataDiskSize?: number; deletionProtection?: boolean; dockerVersion?: string; externalLoadbalancerId?: string; initVersion?: string; masterUrl?: string; metaData?: string; name?: string; networkMode?: string; privateZone?: boolean; profile?: string; regionId?: string; resourceGroupId?: string; securityGroupId?: string; size?: number; state?: string; subnetCidr?: string; tags?: DescribeClustersResponseBodyTags[]; updated?: string; vpcId?: string; vswitchCidr?: string; vswitchId?: string; workerRamRoleName?: string; zoneId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeClustersResponse extends $dara.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DescribeClustersResponseBody[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }