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