When attempting to create an array using an imported type, the following code results in a runtime error: ``` rust import * from png as PNG; PNG png[2] @ 0; ``` ``` bash E: runtime error: Cannot use imported type in evaluated context. ```