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