import type { PluginFunction } from 'vuepress/core';
import type { SitemapPluginOptions } from '../typings/index.js';
export declare const sitemapPlugin: (options: SitemapPluginOptions) => PluginFunction;
