/** * A platform-agnostic alias for the root realm global object. */ declare const rootRealmGlobal: typeof globalThis; /** * The string literal corresponding to the name of the root realm global object. */ declare const rootRealmGlobalName: string; export { rootRealmGlobal, rootRealmGlobalName }; //# sourceMappingURL=globalObject.d.cts.map