/**
 * Module returning the GraphQL schema for the user management API.
 * @module jobs/Email
 */
import Agenda from 'agenda';
/**
 * Define job type of sending an email in the Agenda process queue.
 * @param  {Agenda} agenda
 * @returns {void}
 */
export default function (agenda: Agenda): void;
