import { MessageRow } from '../types';
declare const sendEmail: (message: MessageRow) => void;
export { sendEmail };
