// @Filename: a.ts export {} interface Foo {} // @Filename: b.ts import { Foo } from './a';