class Plugin { async install() { } async uninstall() { } } module.exports = { Plugin, };