export { GetSnapshotArgs, GetSnapshotResult, GetSnapshotOutputArgs } from "./getSnapshot"; export declare const getSnapshot: typeof import("./getSnapshot").getSnapshot; export declare const getSnapshotOutput: typeof import("./getSnapshot").getSnapshotOutput; export { GetSnapshotGroupArgs, GetSnapshotGroupResult, GetSnapshotGroupOutputArgs } from "./getSnapshotGroup"; export declare const getSnapshotGroup: typeof import("./getSnapshotGroup").getSnapshotGroup; export declare const getSnapshotGroupOutput: typeof import("./getSnapshotGroup").getSnapshotGroupOutput; export { GetSnapshotGroupsResult } from "./getSnapshotGroups"; export declare const getSnapshotGroups: typeof import("./getSnapshotGroups").getSnapshotGroups; export declare const getSnapshotGroupsOutput: typeof import("./getSnapshotGroups").getSnapshotGroupsOutput; export { GetSnapshotPoliciesResult } from "./getSnapshotPolicies"; export declare const getSnapshotPolicies: typeof import("./getSnapshotPolicies").getSnapshotPolicies; export declare const getSnapshotPoliciesOutput: typeof import("./getSnapshotPolicies").getSnapshotPoliciesOutput; export { GetSnapshotPolicyArgs, GetSnapshotPolicyResult, GetSnapshotPolicyOutputArgs } from "./getSnapshotPolicy"; export declare const getSnapshotPolicy: typeof import("./getSnapshotPolicy").getSnapshotPolicy; export declare const getSnapshotPolicyOutput: typeof import("./getSnapshotPolicy").getSnapshotPolicyOutput; export { GetSnapshotsResult } from "./getSnapshots"; export declare const getSnapshots: typeof import("./getSnapshots").getSnapshots; export declare const getSnapshotsOutput: typeof import("./getSnapshots").getSnapshotsOutput; export { GetVolumeArgs, GetVolumeResult, GetVolumeOutputArgs } from "./getVolume"; export declare const getVolume: typeof import("./getVolume").getVolume; export declare const getVolumeOutput: typeof import("./getVolume").getVolumeOutput; export { GetVolumesResult } from "./getVolumes"; export declare const getVolumes: typeof import("./getVolumes").getVolumes; export declare const getVolumesOutput: typeof import("./getVolumes").getVolumesOutput; export { SnapshotArgs, SnapshotState } from "./snapshot"; export type Snapshot = import("./snapshot").Snapshot; export declare const Snapshot: typeof import("./snapshot").Snapshot; export { SnapshotGroupArgs, SnapshotGroupState } from "./snapshotGroup"; export type SnapshotGroup = import("./snapshotGroup").SnapshotGroup; export declare const SnapshotGroup: typeof import("./snapshotGroup").SnapshotGroup; export { SnapshotPolicyArgs, SnapshotPolicyState } from "./snapshotPolicy"; export type SnapshotPolicy = import("./snapshotPolicy").SnapshotPolicy; export declare const SnapshotPolicy: typeof import("./snapshotPolicy").SnapshotPolicy; export { VolumeArgs, VolumeState } from "./volume"; export type Volume = import("./volume").Volume; export declare const Volume: typeof import("./volume").Volume;