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