/** * Path of the route for storing client-side logs * @author Gabe Abrams */ declare const LOG_REVIEW_ROUTE_PATH_PREFIX = "/admin/dce-expresskit/logs"; export default LOG_REVIEW_ROUTE_PATH_PREFIX;