import "reflect-metadata"; export declare class MailService { sendMail({ to, subject, html, appName }: { to: string; subject: string; html: string; appName?: string; }): Promise; }