module.exports = { registerSettings: function() { return { setRenderer: function() { }, saveSettings: function() { }, on: function() { } } } }