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