scope currently does not support Typescript instructions, so for the following snippet: ```ts import { type A } from 'b'; export const x: A = ''; ``` `A` has no references computed if I traverse this code. I generate the ast through recast/magicast.