import { Store } from 'redux'; import { ContainerStateHistory } from './history'; import { RootState } from './reducers'; export declare function createReduxStore(history?: ContainerStateHistory): Store; export default createReduxStore;