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<any, "alerts/addAlert">, dismissAlert: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, "alerts/dismissAlert">;
export declare const selectAlerts: (state: AppState) => Alerts;
export declare const alertsReducer: import("redux").Reducer<Alerts>;
