const urlUtils = require('../../../shared/url-utils'); let sitemapsUtils; sitemapsUtils = { getDeclarations: function () { let baseUrl = urlUtils.urlFor('sitemap_xsl', true); baseUrl = baseUrl.replace(/^(http:|https:)/, ''); return '' + ''; } }; module.exports = sitemapsUtils;