export { GetInstancePluginsArgs, GetInstancePluginsResult, GetInstancePluginsOutputArgs } from "./getInstancePlugins";
export declare const getInstancePlugins: typeof import("./getInstancePlugins").getInstancePlugins;
export declare const getInstancePluginsOutput: typeof import("./getInstancePlugins").getInstancePluginsOutput;
export { GetInstancesArgs, GetInstancesResult, GetInstancesOutputArgs } from "./getInstances";
export declare const getInstances: typeof import("./getInstances").getInstances;
export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput;
export { InstanceArgs, InstanceState } from "./instance";
export type Instance = import("./instance").Instance;
export declare const Instance: typeof import("./instance").Instance;
export { InstancePluginArgs, InstancePluginState } from "./instancePlugin";
export type InstancePlugin = import("./instancePlugin").InstancePlugin;
export declare const InstancePlugin: typeof import("./instancePlugin").InstancePlugin;
export { InstancePluginsArgs, InstancePluginsResult, InstancePluginsOutputArgs } from "./instancePlugins";
export declare const instancePlugins: typeof import("./instancePlugins").instancePlugins;
export declare const instancePluginsOutput: typeof import("./instancePlugins").instancePluginsOutput;
export { InstancesArgs, InstancesResult, InstancesOutputArgs } from "./instances";
export declare const instances: typeof import("./instances").instances;
export declare const instancesOutput: typeof import("./instances").instancesOutput;
export { PublicAddressArgs, PublicAddressState } from "./publicAddress";
export type PublicAddress = import("./publicAddress").PublicAddress;
export declare const PublicAddress: typeof import("./publicAddress").PublicAddress;
