import type { LoadedUrls } from '../types.js'; export declare function loadSitemap(location: string, options?: { cwd?: string; userAgent?: string; maxDepth?: number; }): Promise;