import type { FileSystem } from './file-system'; /** * It's an implementation of FileSystem interface which reads and writes to the in-memory file system. */ export declare const memFileSystem: FileSystem;