import { BaseCommand } from '@yarnpkg/cli'; import { Usage } from 'clipanion'; export default class WhyCommand extends BaseCommand { static paths: string[][]; static usage: Usage; recursive: boolean; json: boolean; peers: boolean; package: string; execute(): Promise; }