Module augmentation cannot introduce new names in the top level scope
This error is stopping us from accurately representing UMD-augmenting modules like moment-range. While it's a correct restriction for ES6 values, it's not correct for legacy modules, nor is it a correct restriction for types (e.g. you might want to write an interface in a module augment to provide a type of a new overload parameter)