import type { SitemapDefinition, SitemapSourceResolved } from '../../../types.js'; declare const _default: import("h3").EventHandler; runtimeConfig: { version: string; isNuxtContentDocumentDriven: boolean; sitemaps: { index?: Pick & { sitemaps: import("../../../types.js").SitemapIndexEntry[]; }; } & Record & { _hasSourceChunk?: boolean; }>; autoI18n?: import("../../../types.js").AutoI18nConfig; hasDisabledAutoI18n?: boolean; isMultiSitemap: boolean; isI18nMapped: boolean; sitemapsPathPrefix: string | false; cacheMaxAgeSeconds: number | false; sitemapName: string; excludeAppSources: true | (import("../../../types.js").AppSourceContext[]); sortEntries: boolean; defaultSitemapsChunkSize: number | false; xslColumns?: { label: string; width: `${string}%`; select?: string; }[] | undefined; xslTips: boolean; debug: boolean; discoverImages: boolean; discoverVideos: boolean; autoLastmod: boolean; xsl: string | false; credits: boolean; minify: boolean; }; globalSources: SitemapSourceResolved[]; siteConfig: { [x: string]: any; [x: number]: any; url: string; }; }>>; export default _default;