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