public ImportBind parseImportBind()
Parses an ImportBind
importBind:
   Identifier ('=' Identifier)?
   ;