// --- path: a.ts --- let x = 42; export {} // --- path: b.ts --- let y = x; // ^ defined: export {}