import type { ChannelBookmark, ChannelBookmarksState } from '@mattermost/types/channel_bookmarks'; import type { IDMappedObjects } from '@mattermost/types/utilities'; import type { MMReduxAction } from 'mattermost-redux/action_types'; export declare function byChannelId(state: ChannelBookmarksState["byChannelId"] | undefined, action: MMReduxAction): { [channelId: string]: IDMappedObjects; }; declare const _default: import("redux").Reducer<{ byChannelId: { [channelId: string]: IDMappedObjects; }; }, import("redux").AnyAction, Partial<{ byChannelId: { [channelId: string]: IDMappedObjects; } | undefined; }>>; export default _default;