Bug report
When I use it in a monorepo project, I can not export the type correctly, and usually the result is a null value
Input code
export { debounce, get, merge, mergeWith, set } from 'lodash-es';
this exportElementSymbol is undefined, and throw an error.