import { Command } from 'commander'; export declare function configGetCommand(key: string | undefined): Promise; export declare function configLsCommand(): Promise; export declare function configSetCommand(key: string, value: string): Promise; export declare function configDirCommand(): Promise; export declare function configPathCommand(): Promise; export declare function registerConfigCommand(): Command;