import { TVirtualFileSystem } from "../interfaces";

declare const vfs: TVirtualFileSystem;

export = vfs;
