ie given `import { x as y } from "foo"` if x is renamed to z it becomes `import { z } from "foo"` instead of `import { z as y } from "foo"`