export default function combineReducers(reducers?: {}): (state: {} | undefined, action: any, fullState: any) => {};