/** * Path that all routes start with * @author Gabe Abrams */ declare const ROUTE_PATH_PREFIX = "/dce-expresskit"; export default ROUTE_PATH_PREFIX;