export declare class SendingSmsTokenNoService {
    sendsms(mobileNumber: string, date: string, doctor: string, TK_NO: string): Promise<any>;
}
