import type { AnalyzeSitemapOptions, SitemapAnalysis } from './types.js'; export declare const analyzeSitemap: ({ xml, }: AnalyzeSitemapOptions) => SitemapAnalysis;