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