Reproduction link or steps
https://github.com/himself65/tsdown-issue-invalid-exports
What is expected?
export type { UniqueType } from './utils'
What is actually happening?
Generated the wrong type
import { t as utils_d_exports } from "./utils-Cs5BtkBm.js";
export { type UniqueType };
Any additional comments?
No response
Reproduction link or steps
https://github.com/himself65/tsdown-issue-invalid-exports
What is expected?
What is actually happening?
Generated the wrong type
Any additional comments?
No response