export default freeGlobal; /** Detect free variable `global` from Node.js. */ declare var freeGlobal: false | typeof globalThis;