export declare function Nodemailer(options: { server: any; from: string; }): ({ identifier: email, url }: { identifier: string; url: string; }) => Promise;