import { BaseCommand } from '@yarnpkg/cli'; export default class CreateCommand extends BaseCommand { static paths: string[][]; pkg: string | undefined; quiet: boolean; command: string; args: string[]; execute(): Promise; }