import { DeepPath } from "../__utils/types"; export declare function unstable_setIn | Array, P extends DeepPath>(object: T, path: P, value: any): T;