import type { ChannelCategory } from '@mattermost/types/channel_categories'; import type { Team } from '@mattermost/types/teams'; import type { IDMappedObjects, RelationOneToOne } from '@mattermost/types/utilities'; import type { MMReduxAction } from 'mattermost-redux/action_types'; export declare function byId(state: IDMappedObjects | undefined, action: MMReduxAction): IDMappedObjects; export declare function orderByTeam(state: RelationOneToOne> | undefined, action: MMReduxAction): RelationOneToOne; declare const _default: import("redux").Reducer<{ byId: IDMappedObjects; orderByTeam: RelationOneToOne; }, import("redux").AnyAction, Partial<{ byId: IDMappedObjects | undefined; orderByTeam: RelationOneToOne | undefined; }>>; export default _default;