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