export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance"; export declare const getInstance: typeof import("./getInstance").getInstance; export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput; export { GetInstancesResult } from "./getInstances"; export declare const getInstances: typeof import("./getInstances").getInstances; export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput; export { GetMountPointArgs, GetMountPointResult, GetMountPointOutputArgs } from "./getMountPoint"; export declare const getMountPoint: typeof import("./getMountPoint").getMountPoint; export declare const getMountPointOutput: typeof import("./getMountPoint").getMountPointOutput; export { GetMountPointsResult } from "./getMountPoints"; export declare const getMountPoints: typeof import("./getMountPoints").getMountPoints; export declare const getMountPointsOutput: typeof import("./getMountPoints").getMountPointsOutput; export { GetSnapshotArgs, GetSnapshotResult, GetSnapshotOutputArgs } from "./getSnapshot"; export declare const getSnapshot: typeof import("./getSnapshot").getSnapshot; export declare const getSnapshotOutput: typeof import("./getSnapshot").getSnapshotOutput; export { GetSnapshotsResult } from "./getSnapshots"; export declare const getSnapshots: typeof import("./getSnapshots").getSnapshots; export declare const getSnapshotsOutput: typeof import("./getSnapshots").getSnapshotsOutput; export { InstanceArgs, InstanceState } from "./instance"; export type Instance = import("./instance").Instance; export declare const Instance: typeof import("./instance").Instance; export { MountPointArgs, MountPointState } from "./mountPoint"; export type MountPoint = import("./mountPoint").MountPoint; export declare const MountPoint: typeof import("./mountPoint").MountPoint; export { SnapshotArgs, SnapshotState } from "./snapshot"; export type Snapshot = import("./snapshot").Snapshot; export declare const Snapshot: typeof import("./snapshot").Snapshot;