import type { Context } from 'react'; import type { IStore } from '../../libs/cargo-hold'; import type { InjectionToken } from '../../libs/fslinker'; export declare const GlobalStoreContext: InjectionToken>;