exclude some modules from auto-import (#74020)
excludes:
- entrypoint templates: it never makes sense to import from these
(they're not even complete modules!) but they reexport many things, so
they keep popping up as a suggested source
- `some-async-storage-instance`: we should always use
`some-async-storage.external` instead