/** * Type declarations for * import config from 'ember-inspector/config/environment' */ declare const config: { emberVersionsSupported: [fromVersion: string, tillVersion: string]; environment: string; modulePrefix: string; podModulePrefix: string; locationType: 'history' | 'hash' | 'none'; previousEmberVersionsSupported: Array; rootURL: string; APP: Record; VERSION: string; }; export default config;