import { AchievementDetails } from '../types';
export interface NotificationState {
    notifications: AchievementDetails[];
}
export declare const addNotification: import("@reduxjs/toolkit").ActionCreatorWithPayload<AchievementDetails, "notifications/addNotification">, clearNotifications: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"notifications/clearNotifications">;
declare const _default: import("@reduxjs/toolkit").Reducer<NotificationState>;
export default _default;
