export default updateObject; declare function updateObject({ obj, path, value }: { obj: any; path: any; value: any; }): any;