struct ImportedSymbolA symbol selected by an import and its optional local alias.Propertieslet name: StringThe exported symbol selected from the module.let name_start: IntThe inclusive starting byte offset of the name.let name_end: IntThe exclusive ending byte offset of the name.let alias: String?The local alias written after as, when present.