import type { SitemapPluginOptions } from '../typings/index.js'; export declare const getSiteMapTemplate: (options: SitemapPluginOptions) => [path: string, content: string];