import { UnknownAction } from 'redux'; import { StoreAction, StoreActionCreator } from '../../types'; import { StoreReducer } from '../types'; export type { StoreReducer } from '../types'; export declare const createReducer: = StoreAction>(initialState: S) => { (state: S | undefined, action: StoreAction | UnknownAction): S; with: (action: StoreActionCreator, reducer: StoreReducer>) => /*elided*/ any; initialState: S; }; //# sourceMappingURL=create-reducer.d.ts.map