declare const get: (obj: any, path: string, defaultValue?: any) => any; export default get;