I'm writing a plugin that removes a component in production, I need to be able to also remove the import for this component. Right now I have to supply a separate babel plugin to accomplish this. It would be nice is jsutils offered a method to remove imports as well as add them.