import { SendNotificationService } from './send-notification.service';
export declare class SendNotificationController {
    private readonly sendNotificationService;
    constructor(sendNotificationService: SendNotificationService);
    sendNotificationToProfile(from_staff_id: string, to_staff_id: string, room_id: string, hospital_id: any): Promise<any>;
}
