export declare class EmailProviderTesterModel { ProviderID: string; ProviderName: string; ToEmail: string; Subject: string; Body: string; }