export { ClusterArgs, ClusterState } from "./cluster";
export type Cluster = import("./cluster").Cluster;
export declare const Cluster: typeof import("./cluster").Cluster;
export { ClusterGroupArgs, ClusterGroupState } from "./clusterGroup";
export type ClusterGroup = import("./clusterGroup").ClusterGroup;
export declare const ClusterGroup: typeof import("./clusterGroup").ClusterGroup;
export { ClusterTypeArgs, ClusterTypeState } from "./clusterType";
export type ClusterType = import("./clusterType").ClusterType;
export declare const ClusterType: typeof import("./clusterType").ClusterType;
export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster";
export declare const getCluster: typeof import("./getCluster").getCluster;
export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput;
export { GetClusterGroupArgs, GetClusterGroupResult, GetClusterGroupOutputArgs } from "./getClusterGroup";
export declare const getClusterGroup: typeof import("./getClusterGroup").getClusterGroup;
export declare const getClusterGroupOutput: typeof import("./getClusterGroup").getClusterGroupOutput;
export { GetClusterTypeArgs, GetClusterTypeResult, GetClusterTypeOutputArgs } from "./getClusterType";
export declare const getClusterType: typeof import("./getClusterType").getClusterType;
export declare const getClusterTypeOutput: typeof import("./getClusterType").getClusterTypeOutput;
export { GetInterfacesArgs, GetInterfacesResult, GetInterfacesOutputArgs } from "./getInterfaces";
export declare const getInterfaces: typeof import("./getInterfaces").getInterfaces;
export declare const getInterfacesOutput: typeof import("./getInterfaces").getInterfacesOutput;
export { GetVirtualMachinesArgs, GetVirtualMachinesResult, GetVirtualMachinesOutputArgs } from "./getVirtualMachines";
export declare const getVirtualMachines: typeof import("./getVirtualMachines").getVirtualMachines;
export declare const getVirtualMachinesOutput: typeof import("./getVirtualMachines").getVirtualMachinesOutput;
export { InterfaceArgs, InterfaceState } from "./interface";
export type Interface = import("./interface").Interface;
export declare const Interface: typeof import("./interface").Interface;
export { PrimaryIpArgs, PrimaryIpState } from "./primaryIp";
export type PrimaryIp = import("./primaryIp").PrimaryIp;
export declare const PrimaryIp: typeof import("./primaryIp").PrimaryIp;
export { VirtualDiskArgs, VirtualDiskState } from "./virtualDisk";
export type VirtualDisk = import("./virtualDisk").VirtualDisk;
export declare const VirtualDisk: typeof import("./virtualDisk").VirtualDisk;
export { VirtualMachineArgs, VirtualMachineState } from "./virtualMachine";
export type VirtualMachine = import("./virtualMachine").VirtualMachine;
export declare const VirtualMachine: typeof import("./virtualMachine").VirtualMachine;
