ConstModulesConfig
import { DEBUG } from '@ember/env-flags';
import { FEATURE_A, FEATURE_B } from '@ember/features';
See: https://github.com/swc-project/swc/issues/18#issuecomment-466272558
interface ConstModulesConfig {
globals?: {};
}[module: string]: {};
[name: string]: string;