import { ToastNotificationPayload } from './toastNotificationPayload'; import { ToastNotificationState } from './toastNotificationState'; export declare const initialState: ToastNotificationState; export declare const pushToastNotification: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[payload: ToastNotificationPayload], ToastNotificationPayload, "toastNotification/pushToastNotification", never, never>, clearAllToastNotifications: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"toastNotification/clearAllToastNotifications">; declare const _default: import("redux").Reducer; export default _default;