babel exports/imported-types/input.ts
import type A from "A";
import type { B } from "B";
import C from "C";
export { A, B, C } // <-- A and B will be removed
is transformed to
after ModuleRecord is removed, add_export_flag_for_export_identifier should not depend on ModulreRecord.