/** * 列出所有配置 */ export declare function configListCommand(): void; /** * 获取配置项 */ export declare function configGetCommand(key: string): void; /** * 设置配置项 */ export declare function configSetCommand(key: string, value: string): void; //# sourceMappingURL=config.d.ts.map