import { Command } from 'commander'; export declare function makeShowConfigCommand(): Command; export declare function showConfig(): void;