alias

Noir::TreeSitterJavaParameterExtractor::ImportDecl

A Java import declaration. wildcard is true for star imports (import com.foo.*;) which fan out to every .java in the resolved directory. Alias the shared import-graph type so existing call sites stay ergonomic while the cross-file traversal logic lives in Noir::ImportGraph (#1107).