import { Notifications } from '@open-tender/types'; import { AppState } from '../app'; export declare const showNotification: import("@reduxjs/toolkit").ActionCreatorWithPayload, hideNotification: import("@reduxjs/toolkit").ActionCreatorWithPayload, hideAllNotifications: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"notifications/hideAllNotifications">; export declare const selectNotifications: (state: AppState) => Notifications; export declare const notificationsReducer: import("redux").Reducer;