import { ChatAction } from '../actions/ChatAction'; import { ChatRoomType } from '../types/ChatType'; export default function (state: ChatRoomType[] | undefined, action: ChatAction): ChatRoomType[]; //# sourceMappingURL=chatReducer.d.ts.map