import { FactoryProvider } from '@nestjs/common'; import { Transporter } from 'nodemailer'; import SMTPTransport from 'nodemailer/lib/smtp-transport'; export declare const MAILER_SERVICE: unique symbol; export type MailerService = Transporter; export type Response = SMTPTransport.SentMessageInfo; export type Options = SMTPTransport.Options; export declare const MAILER: FactoryProvider | undefined>; //# sourceMappingURL=mailer.d.ts.map