export { ClusterArgs } from "./cluster"; export type Cluster = import("./cluster").Cluster; export declare const Cluster: typeof import("./cluster").Cluster; export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster"; export declare const getCluster: typeof import("./getCluster").getCluster; export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput;