import { Dispatch } from 'react'; /** * Context for shared state in the application. */ export declare const SharedStateContext: import("react").Context; /** * Context for dispatching actions to update the shared state. * This is used to provide a dispatch function to components that need to update the state. */ export declare const SharedStateDispatchContext: import("react").Context>;