import Command, { flags } from '../command'; export default class Test extends Command { static variableArgs: boolean; static flags: flags.Input; run(): Promise; }