import { Dispatch, AnyAction } from 'redux';
export declare const useDispatch: <D extends Dispatch<AnyAction> = Dispatch<AnyAction>>() => D;
