ReadonlyimportedThe imported name, or the sentinel "*" (namespace import) / "default" (default import).
ReadonlylocalThe name this binding is referenced by within the file (Y above).
ReadonlymoduleThe specifier exactly as written ("..." above) -- unresolved, relative or bare.
One
import { X as Y } from "..."(or namespace/default) binding found in a file's top-level statements.