/**
 * emailNotification reducer.
 * @function emailNotification
 * @param {Object} state Current state.
 * @param {Object} action Action to be handled.
 * @returns {Object} New state.
 */
export default function emailNotification(state?: any, action?: any): any;
