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