export declare function setPath<V>(object: Record<string, unknown>, path: string, value: V): null | V;
//# sourceMappingURL=setPath.d.ts.map