// The core module that describes the `global.expo` object. internal final class CoreModule: Module { internal func definition() -> ModuleDefinition { // Nothing so far, but eventually we will expose some common classes // and maybe even the `modules` host object. } }