import { Dispatch } from './context'; declare function useDispatch(): Dispatch; export default useDispatch;