Reproduction link or steps
https://github.com/RTVision/invalid-dts-generation/tree/invalid-type-gen
What is expected?
run build and no warning about missing export
What is actually happening?
above warning saying if meant to add as a type import add type identifier
Any additional comments?
the type identifier is present just outside the curlies
https://github.com/RTVision/invalid-dts-generation/blob/invalid-type-gen/src/DbUpdate.ts#L1
