import { Reducer } from "redux"; export declare function PatchReducer(initialState: any, reducers: Reducer): Reducer;