This issue is to address adding support for globbed `as` imports and globbed exports for the Dart JS Interop Interface Generator. ```ts import * as U from "./u"; // code... export * as utils; ``` This would require working with qualified names, and doing recursive resolutions of these names