import { Command } from '@oclif/command'; export default class Start extends Command { run(): Promise; }