export declare class SendingSmsAppointmentCompletedService {
    sendsms(mobileNumber: string, Patname: string, Date: any): Promise<any>;
}
