import CommandBase from '@anycli/command'; import * as Config from '@anycli/config'; export default class Command extends CommandBase { static parse: boolean; engine: Config.IEngine; constructor(args: string[], opts: Config.ICommandOptions); run(): Promise; protected commandNotFound(id: string): Promise; }