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