import { BaseCommand } from '@yarnpkg/cli'; export default class RunIndexCommand extends BaseCommand { static paths: string[][]; json: boolean; execute(): Promise<0 | 1>; }