import { type Action, type CaseReducer } from "@reduxjs/toolkit"; import { type INotificationChannelIdentifier, type INotificationChannelMetadataObject } from "@gooddata/sdk-model"; import { type INotificationChannelsState } from "./notificationChannelsState.js"; type NotificationChannelsReducer = CaseReducer; export declare const notificationChannelsReducers: { setNotificationChannels: NotificationChannelsReducer<{ payload: INotificationChannelIdentifier[] | INotificationChannelMetadataObject[]; type: string; }>; setNotificationChannelsCount: NotificationChannelsReducer<{ payload: number; type: string; }>; }; export {}; //# sourceMappingURL=notificationChannelsReducers.d.ts.map