import { CLICommand } from '../command'; export default class Serve extends CLICommand { static description: string; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag; port: import("@oclif/parser/lib/flags").IOptionFlag; }; run(): Promise; }