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