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