import * as Redux from 'redux'; import { Action, NamedModel, RematchBag, Models, RematchRootState } from './types'; export default function createReduxStore, TExtraModels extends Models, RootState = RematchRootState>(bag: RematchBag): Redux.Store; export declare function createModelReducer, TExtraModels extends Models, TState extends NamedModel['state'] = any>(bag: RematchBag, model: NamedModel): void; export declare function createRootReducer, TExtraModels extends Models>(bag: RematchBag): Redux.Reducer; //# sourceMappingURL=reduxStore.d.ts.map