export { ClusterArgs, ClusterState } from "./cluster"; export type Cluster = import("./cluster").Cluster; export declare const Cluster: typeof import("./cluster").Cluster; export { ManagedClusterArgs, ManagedClusterState } from "./managedCluster"; export type ManagedCluster = import("./managedCluster").ManagedCluster; export declare const ManagedCluster: typeof import("./managedCluster").ManagedCluster;