import { Reducer } from "redux"; import { RootState } from "../interfaces/RootState"; export declare const rootReducer: Reducer;