/** * Updates the user settings in the config file * @param settings - Settings object to be added/updated in user */ export declare function updateUserSettings(settings: string): Promise; //# sourceMappingURL=updateUserSettings.d.ts.map