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