import type { StoreApi } from 'zustand'; import type { OpenfortStore } from './store'; export declare const StoreContext: import("react").Context | null>;