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