import { Alerts } from '@open-tender/types'; import { AppState } from '../app'; export declare const clearAlerts: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"alerts/clearAlerts">, addAlert: import("@reduxjs/toolkit").ActionCreatorWithPayload, dismissAlert: import("@reduxjs/toolkit").ActionCreatorWithPayload; export declare const selectAlerts: (state: AppState) => Alerts; export declare const alertsReducer: import("redux").Reducer;