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