Use declaration error.
#2142 Compile-time error
Use declaration error.
Additional Information
Module 'X' doesn't export 'Y'.
Explanation
An IMPORT
statement is trying to import from a module an
object which is not exported by the module. A use clause refers to a
name that is not exported from the module imported by the 'import'
statement.