Fix TS2305: Module Has No Exported Member in TypeScript
"Module 'X' has no exported member 'Y'" (TS2305) usually means a default-vs- named import mismatch, a CommonJS interop gap, or a stale @types version. Here is the cause-by-cause fix, with the esModuleInterop details.



