declare const core: { local: string; dev: string; 'pre-prod': string; prod: string; staging: string; perf: string; dr: string; }; export default core;