declare function objectFromPath(obj: F, paths: string[]): F; export default objectFromPath;