export interface IMailerService { sendWelcome(userId: string, email: string): Promise; }