declare function _exports({ to, subject, text, html, alias, }: { to?: string; subject?: string; text?: string; html?: string; alias?: string | null; }): Promise; export = _exports;