import type { AnyAction } from '../../libs/cargo-hold'; export declare const useGlobalDispatch: () => (action: AnyAction) => void;