import {ReadonlyDeep} from 'type-fest';
							 | 
						|
								import globalsJson = require('./globals.json');
							 | 
						|
								
							 | 
						|
								declare const globals: ReadonlyDeep<typeof globalsJson>;
							 | 
						|
								
							 | 
						|
								export = globals;
							 |