export { InstallerOptions, getInstallerOptions } from './options'; export { install, uninstall, patch, check } from './actions' export { getLiveModule } from './module' export * from './plugin-types'