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