import { Command } from '@oclif/core'; export default class DevEject extends Command { static description: string; static examples: string[]; static args: {}; static flags: { output: import("@oclif/core/interfaces").OptionFlag; force: import("@oclif/core/interfaces").BooleanFlag; }; run(): Promise; }