export declare class SendEmailService {
    sendemail(email: string, name: string, HosName: string, Password: string): Promise<any>;
}
