# Functions
ParseImportValue parses an import literal value into its path and whether it is found under VCS.
# Constants
ParsedImportTypeAlias indicates that the import is an alias to defined library.
ParsedImportTypeLocal indicates that the import is a local file system import.
ParsedImportTypeVCS indicates that the import is a VCS import.
# Interfaces
AstNode defines an interface for representing AST nodes constructed by the parser during the parsing process.
# Type aliases
NodeBuilder is a function for building AST nodes.
ParsedImportType represents the various types of parsed imports.