/** Detect free variable `global` from Node.js. */ export declare const freeGlobal: false | typeof globalThis; /** Used as a reference to the global object. */ export declare const root: any;