Given a SourceFile with some ImportDeclarations, how can I find all nodes in the SourceFile that reference an imported symbol? I know how to solve this problem in the general case by constructing scopes and namespaces and resolving references, but I'm asking if this functionality is already waiting in the TypeScript Compiler API somewhere.