interface ConfigOptions { defaultDir?: string; } export declare function updateConfig(options: ConfigOptions): Promise; export declare function showConfig(): Promise; export {};