declare const _default: <T extends unknown>(obj: T, path: string, defaultValue?: unknown) => any;
export default _default;