pub type ImportMap = BTreeMap<String, BTreeSet<ModuleRef>>;
pub struct ImportMap { /* private fields */ }