import type { Transporter } from 'nodemailer';
export default function getMailer(): Transporter;
