declare function useMarkNotificationAsRead(): (notificationId: string) => Promise<void>;
export default useMarkNotificationAsRead;
