import { DataSource } from 'typeorm';
export declare class SendNotificationService {
    private readonly connection;
    constructor(connection: DataSource);
    SendNotificationForPatientProfile(from_staff_id: string, to_staff_id: any, room_id: string, hospital_id: any): Promise<any>;
}
