Sema: Don't include @_exported on suggested imports.
The `@_exported` attribute does not need to be used consistently on imports in
different source files. Additionally, since the declarations from exported
imports are implicitly visible in every source file, diagnostics will never
need to suggest imports of these modules anyways.