import FileSystem_ from './fileSystem'; export declare namespace FSx { const FileSystem: typeof FileSystem_; type FileSystem = FileSystem_; }