import { Configurer } from '../Core/index'; /**Sends email through SMTP*/ export declare class SendmailConfigurer extends Configurer { /**Administrative API for mail testing*/ /** * Sends a test email * * Sends a test email to the given email address. * */ test(): Promise; }