1*082815dcSEvan Bacon/** `lodash.get` */ 2*082815dcSEvan Baconexport declare function get(obj: any, key: string): any; 3