export default function sendWelcomeEmail(email_address: string, account_id: string): Promise<void>;
