export default function getPathLens(path: string): { get: (obj: any) => any; set: (state: any, childState: any) => unknown; };