import { Command } from "@oclif/core"; export default class Stop extends Command { static description: string; static examples: string[]; static flags: { config: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; } //# sourceMappingURL=stop.d.ts.map