local vfs = {} function vfs.mount(path, proxy) end function vfs.resolve(path) end function vfs.umount(pathorproxy) end