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