import { RecursiveKeyOf, DeepPropertyType } from '../types/recursive-key-of.type'; export declare function getValueFromPath & string>(obj: T, path: TP): DeepPropertyType; export declare function setValueFromPath & string, V extends DeepPropertyType>(obj: T, path: TP, value: V): T; //# sourceMappingURL=value-from-path.d.ts.map