export default{fileExists:function(path){return Promise.reject()},directoryExists:function(path){return Promise.reject()}};