import { BaseCommand } from '@yarnpkg/cli'; export default class HelpCommand extends BaseCommand { static paths: string[][]; execute(): Promise; }