import { Plugin } from '@yarnpkg/core'; import SearchCommand from './commands/search'; import UpgradeInteractiveCommand from './commands/upgrade-interactive'; export { SearchCommand }; export { UpgradeInteractiveCommand }; declare const plugin: Plugin; export default plugin;