declare module 'nodemailer' { const nodemailer: any export function createTransport(options: any): any export default nodemailer }