export default freeGlobal;
/** Detect free variable `global` from Node. */
declare const freeGlobal: typeof globalThis;
