import { Command } from '@oclif/command'; export default class Dev extends Command { static description: string; static examples: string[] | undefined; static args: Command['ctor']['args']; private staticServerProcess; run(): Promise; private terminateProcesses; private runStaticServer; }