import { Store } from './createStore'; export declare const useDispatch: (externalStore?: Store) => (action: any) => void;