import { Action } from '../store/actions/reducer'; import { DispatchType } from './use-global-dispatch'; export declare const useGlobalActionDispatch: (callback?: DispatchType) => { dispatch: (action?: Action) => void; };