blob: a842e4c8871e0a5bdfa496395236d13639767494 [file] [log] [blame]
import {ReadonlyDeep} from 'type-fest';
import globalsJson = require('./globals.json');
declare const globals: ReadonlyDeep<typeof globalsJson>;
export = globals;