"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SITEMAP_ROUTE_NAME = exports.NOT_FOUND_ROUTE_NAME = exports.INTERNAL_SLOT_NAME = void 0; exports.INTERNAL_SLOT_NAME = '__root'; exports.NOT_FOUND_ROUTE_NAME = '+not-found'; exports.SITEMAP_ROUTE_NAME = '_sitemap'; //# sourceMappingURL=constants.js.map