declare const getByInstancePath: ({ object, instancePath }: { object: any; instancePath: string; }) => any; export { getByInstancePath };