export type { SendEmailData, SendEmailParam } from './sendEmail';
export { sendEmail } from './sendEmail';
