Thanks to @oleksandr Typescript 5.5 will have a jsdoc tag for importing types:
```
/**
* @import * as foo from "some-module-path"
*/
/**
* @import { x, y as z, default as Default } from "another-module-path"
*/
```
Try it in the nightly build starting in about 12 hours.