import { Reducer } from 'redux';
import { IState } from '../types';
declare const rootReducer: Reducer<IState>;
export default rootReducer;
