/**
 * Configuring Agenda, the job processing queue to send emails.
 * @module agenda/Agenda
 */
import Agenda from 'agenda';
declare const agenda: Agenda;
export default agenda;
