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