export declare class SMSProviderTesterModel { ProviderID: string; ProviderName: string; ToMobileNumber: string; Message: string; }