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