import { ActionType } from './actions';
import { RootState } from './state';
declare const _default: (state: RootState, action: ActionType) => RootState;
export default _default;
