import type { AnyAction } from 'redux'; import type { RequestStatusType } from '@mattermost/types/requests'; declare const _default: import("redux").Reducer<{ getChannels: RequestStatusType; getAllChannels: RequestStatusType; myChannels: RequestStatusType; createChannel: RequestStatusType; }, AnyAction, Partial<{ getChannels: RequestStatusType | undefined; getAllChannels: RequestStatusType | undefined; myChannels: RequestStatusType | undefined; createChannel: RequestStatusType | undefined; }>>; export default _default;