import { type Reducer } from "@reduxjs/toolkit"; import { type INotificationChannelsState } from "./notificationChannelsState.js"; export declare const notificationChannelsSliceReducer: Reducer; export declare const notificationChannelsActions: { setNotificationChannels: import("@reduxjs/toolkit").ActionCreatorWithPayload; setNotificationChannelsCount: import("@reduxjs/toolkit").ActionCreatorWithPayload; }; //# sourceMappingURL=index.d.ts.map