import { Command } from '@oclif/core';
export default class ConfigShow extends Command {
    static description: string;
    static hidden: boolean;
    run(): Promise<any>;
}
