export declare class SupportVersions { clusterType?: string; clusterVersion?: Array; constructor(clusterType?: string, clusterVersion?: Array); withClusterType(clusterType: string): SupportVersions; withClusterVersion(clusterVersion: Array): SupportVersions; } //# sourceMappingURL=SupportVersions.d.ts.map