module.exports = { LocalRepository: require('./local-repository'), RemoteRepository: require('./remote'), Repository: require('./global') };