declare const combineReducers: (reducer: any) => (state: {}, action: any) => {}; export default combineReducers;