import { SentMessageInfo } from 'nodemailer';
declare const notify: (type: any, data: any) => SentMessageInfo;
export default notify;
//# sourceMappingURL=notify.d.ts.map