export declare class SendingSmsAppointmentCancelledService {
    sendsms(mobileNumber: string, name: string, date: any, reason: string): Promise<any>;
}
