import MountTarget_ from './mountTarget'; import FileSystem_ from './fileSystem'; export declare namespace EFS { const MountTarget: typeof MountTarget_; const FileSystem: typeof FileSystem_; type MountTarget = MountTarget_; type FileSystem = FileSystem_; }