import { ReducersMapObject, AnyAction } from 'redux'; export declare function combineReducers(reducers: ReducersMapObject): (state: { [x: string]: any; } | undefined, action: AnyAction) => { [x: string]: any; };