/** * Low-level Effect wrappers for globalThis and its usage via Context. * @since 8.19.0 */ import * as Context from "@typed/context"; import type * as Effect from "effect/Effect"; type Identity = A; /** * A Context for the globalThis object * @since 8.19.0 * @category models */ export interface GlobalThis extends Identity { } /** * A Context for the globalThis object * @since 8.19.0 * @category context */ export declare const GlobalThis: Context.Tagged; /** * Construct a new DOMParser * @since 8.19.0 */ export declare const makeDOMParser: Effect.Effect; export {}; //# sourceMappingURL=GlobalThis.d.ts.map