import { Command, flags } from '@oclif/command'; export default class Commands extends Command { static description: string; static flags: flags.Input; run(): Promise; private getCommands; private removeCycles; }