import { SendingSmsAppointmentCancelledService } from './sending_sms_appointment_cancelled.service';
export declare class SendingSmsAppointmentCancelledController {
    private readonly sendingSmsAppointmentCancelledService;
    constructor(sendingSmsAppointmentCancelledService: SendingSmsAppointmentCancelledService);
    sendsms(mobileNumber: string, name: string, date: any, reason: string): Promise<any>;
}
