import { GlobalContext } from "./types.js"; //#region src/GlobalContext/constants.d.ts /** * React context used internally by {@link GlobalContext}. * * It is initialized with the framework-agnostic `globalContext` from * `@pastweb/tools`, so hooks can still resolve a root context even when no local * provider is mounted. */ declare const GLOBAL_CONTEXT: import("react").Context; //#endregion export { GLOBAL_CONTEXT }; //# sourceMappingURL=constants.d.ts.map