import { IOptions } from '../../types';
export declare const test: (options: IOptions) => Promise<false | import("nodemailer/lib/smtp-transport").SentMessageInfo>;
