/**
 * Route for checking the status of the current user's
 *   access to log review
 * @author Gabe Abrams
 */
declare const LOG_REVIEW_STATUS_ROUTE = "/dce-expresskit/logs/access_allowed";
export default LOG_REVIEW_STATUS_ROUTE;
