import { IDoConfig } from "../../@types/index"; /** * **saveToUserConfig** * * updates the configuration to a _section_ which is either a command or to * the `general` section for shared meta-data. The value passed in is * deep copied with the current value to ensure it is non-destructive. */ export declare function saveToUserConfig(section: T, updatedProps: Partial): Promise; /** * **saveToUserConfig** * * updates the configuration to a _section_ which is either a command or to * the `general` section for shared meta-data. The value passed in is * deep copied with the current value to ensure it is non-destructive. */ export declare function saveToProjectConfig(section: T, updatedProps: Partial): Promise; //# sourceMappingURL=saveToConfig.d.ts.map