export interface IFileSystem { FS: any; PATH: any; ERRNO_CODES: any; PROXYFS: any; mountpoint: string; }