A check that knows the special import handling in stubs. E.g.: ``` from x import a, b, c as c x: b ``` This should complain about `a` being unused, but not `b` or `c`.