import { SendingSmsAppointmentRescheduleService } from './sending_sms_appointment_reschedule.service';
export declare class SendingSmsAppointmentRescheduleController {
    private readonly sendingSmsAppointmentRescheduleService;
    constructor(sendingSmsAppointmentRescheduleService: SendingSmsAppointmentRescheduleService);
    sendsms(mobilenumber: string, patname: string, date: string, doctor: string): Promise<any>;
}
