Some import and export declarations get improperly elided. Example: ```ts export * as name from 'module' ``` The elision logic should be updated to only process if named bindings are present in the import / export clause