import { Reducer } from "redux"; import { setChatReducerOptions } from "./ChatReducerOptions"; import { ChatState } from "./state/ChatState"; declare const chatReducer: () => Reducer, import("redux").AnyAction>; export { chatReducer, setChatReducerOptions };