import { Command } from '@oclif/command'; export declare class Start extends Command { static description: string; static examples: string[]; static flags: { help: import("@oclif/parser/lib/flags").IBooleanFlag; open: import("@oclif/parser/lib/flags").IBooleanFlag; tunnel: import("@oclif/parser/lib/flags").IBooleanFlag; }; static openBrowser(): void; static stopProcess(): Promise; run(): Promise; }