Since ts babel plugin removes the unused (but used in template) imports at program enter, this plugin doesn't have a chance to analyse them.
This plugin probably needs to do the same as ember babel template compilation.
Or just analyse the imports at program exit
Maybe the approach needs some rethink as every plugin that wants to analyse imports of gts files needs to adop the same behaviour.