```ts namespace yadda { export type Thing = string; } let f: yaddas.Thing; ``` The above examples should presumably get a spelling suggestion and quick fix.