import { EnvConfig } from './env-config.interface'; const DevConfig: EnvConfig = { ENV: 'DEV' }; export = DevConfig;