export declare function updateConfig(newConfig: any, key: string): Promise; export declare function writeConfig(config: any): Promise; export declare function getConfig(): Promise;