export type ChatReducerOptions = { hasSupportForChannels?: boolean; }; declare const setChatReducerOptions: (newOptions: Partial) => ChatReducerOptions; declare const getChatReducerOptions: () => ChatReducerOptions; export { setChatReducerOptions, getChatReducerOptions };