import { BaseCommand } from '@yarnpkg/cli'; import { Usage } from 'clipanion'; export default class ExecCommand extends BaseCommand { static paths: string[][]; static usage: Usage; commandName: string; args: string[]; execute(): Promise; }