import { Command } from '@oclif/core'; export default class Serve extends Command { static description: string; static aliases: string[]; static examples: string[]; static flags: any; run(): Promise; }