import { IEffectsAction } from 'redux-effects-promise'; import { IReduxChannelsEntity } from '../definition'; /** * @stable [06.11.2020] * @param state * @param action */ export declare const channelReducer: (state: IReduxChannelsEntity, action: IEffectsAction) => IReduxChannelsEntity;