import { BaseCommand } from '@yarnpkg/cli'; import { Usage } from 'clipanion'; export default class PluginRemoveCommand extends BaseCommand { static paths: string[][]; static usage: Usage; name: string; execute(): Promise<0 | 1>; }