import { Command } from '@oclif/command'; export default class ConfigCommand extends Command { static description: string; run(): Promise; }