export declare class StaffOnboardService {
    sendsms(mobileNumber: string, patname: string, Hospital: string): Promise<any>;
}
