export { AccessPointArgs } from "./accessPoint";
export type AccessPoint = import("./accessPoint").AccessPoint;
export declare const AccessPoint: typeof import("./accessPoint").AccessPoint;
export { FileSystemArgs } from "./fileSystem";
export type FileSystem = import("./fileSystem").FileSystem;
export declare const FileSystem: typeof import("./fileSystem").FileSystem;
export { FileSystemPolicyArgs } from "./fileSystemPolicy";
export type FileSystemPolicy = import("./fileSystemPolicy").FileSystemPolicy;
export declare const FileSystemPolicy: typeof import("./fileSystemPolicy").FileSystemPolicy;
export { GetAccessPointArgs, GetAccessPointResult, GetAccessPointOutputArgs } from "./getAccessPoint";
export declare const getAccessPoint: typeof import("./getAccessPoint").getAccessPoint;
export declare const getAccessPointOutput: typeof import("./getAccessPoint").getAccessPointOutput;
export { GetFileSystemArgs, GetFileSystemResult, GetFileSystemOutputArgs } from "./getFileSystem";
export declare const getFileSystem: typeof import("./getFileSystem").getFileSystem;
export declare const getFileSystemOutput: typeof import("./getFileSystem").getFileSystemOutput;
export { GetFileSystemPolicyArgs, GetFileSystemPolicyResult, GetFileSystemPolicyOutputArgs } from "./getFileSystemPolicy";
export declare const getFileSystemPolicy: typeof import("./getFileSystemPolicy").getFileSystemPolicy;
export declare const getFileSystemPolicyOutput: typeof import("./getFileSystemPolicy").getFileSystemPolicyOutput;
export { GetMountTargetArgs, GetMountTargetResult, GetMountTargetOutputArgs } from "./getMountTarget";
export declare const getMountTarget: typeof import("./getMountTarget").getMountTarget;
export declare const getMountTargetOutput: typeof import("./getMountTarget").getMountTargetOutput;
export { MountTargetArgs } from "./mountTarget";
export type MountTarget = import("./mountTarget").MountTarget;
export declare const MountTarget: typeof import("./mountTarget").MountTarget;
export * from "../types/enums/s3files";
