import type { NotificationDataResponse } from '../types';
declare const markAsReadById: (token: string, inAppRecipientId: string, inAppNotificationId: string) => Promise<NotificationDataResponse>;
export default markAsReadById;
