export type Updater = (update: any) => any; export declare function updateIn(obj: any, path: string[], update: Updater): any;