interface ConfigOptions { list?: boolean; get?: string; set?: string; enable?: string | string[]; disable?: string | string[]; reset?: boolean; interactive?: boolean; path?: boolean; verbose?: boolean; } export declare function configCommand(options: ConfigOptions): Promise; export {}; //# sourceMappingURL=config.d.ts.map