import { UserNotificationEntity } from '../entities/user.notification.entity'; export declare class UserNotificationService { constructor(); setNotification(data: Partial, user_ids: number[]): Promise; }