var util = require('util'); module.exports = function pluginWithInitLogic() { util.deprecate(() => null); return { id: 'test-plugin', }; };