import { DeepMap } from "../__utils/types"; export declare function unstable_setAllIn(object: T, value: V): DeepMap;