import { Command } from 'commander';
export declare class ConfigCommand {
    private configManager;
    constructor();
    getCommand(): Command;
    /**
     * 添加服务配置
     */
    private addService;
    /**
     * 列出所有服务配置
     */
    private listServices;
    /**
     * 显示服务配置详情
     */
    private showService;
    /**
     * 更新服务配置
     */
    private updateService;
    /**
     * 删除服务配置
     */
    private removeService;
    /**
     * 设置默认服务
     */
    private setDefaultService;
    /**
     * 测试服务配置
     */
    private testService;
    /**
     * 显示配置文件路径
     */
    private showConfigPath;
}
//# sourceMappingURL=ConfigCommand.d.ts.map