export interface IUpdateOptions { /** * instead of regular merge, replace the current configuration with the given properties only. */ reset?: boolean; } //# sourceMappingURL=IUpdateOptions.d.ts.map