Input: ```ts import { A } from "./mod"; import type { B } from "./mod"; ``` Output: ```ts import { A, type B } from "./mod"; ```