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 { 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 { 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/efs";