import { Action } from '../../definitions/Store';
declare function dispatch(action: Action): void;
export default dispatch;
