class PluginsModel { install(market, slug, callback) { callback(); } } let Plugins = new PluginsModel(); export {Plugins};