import { RootState } from './rootStateTypes'; export type { RootState }; export declare const initialRootState: RootState; declare const reducers: import("redux").Reducer, import("redux").AnyAction>; export default reducers;