import type { SitemapEntry } from '@vigilkids/cms-client/types'; import type { CmsRoutePolicy } from '../../types'; export declare function cmsLocale(localeMap: Record | undefined, locale: string): string; export declare function publicLocale(localeMap: Record | undefined, locale: string): string; export declare function sitemapPath(entry: SitemapEntry, locale: string, routePolicy: CmsRoutePolicy): string; export declare function toNuxtSitemapEntry(entry: SitemapEntry, locale: string, routePolicy: CmsRoutePolicy, localeMap?: Record): { loc: string; lastmod: string; changefreq: string; priority: number; alternatives: { hreflang: string; href: string; }[] | undefined; images: { loc: string; title: string | undefined; }[] | undefined; }; //# sourceMappingURL=sitemap.d.ts.map