import { SmsService } from './sending_sms.service';
export declare class SmsController {
    private readonly smsService;
    constructor(smsService: SmsService);
    sendsms(mobilenumber: string, Patname: string, Date: string, DocName: string): Promise<any>;
}
