import * as oclif from "@oclif/command"; export default class Start extends oclif.Command { static description: string; static examples: never[]; static flags: { fast: import("../../../../../../../Users/erik/code/cre/eta-cli/node_modules/@oclif/parser/lib/flags").IBooleanFlag; }; run(): Promise; }