import type { PluginFunction } from 'vuepress/core'; import type { SeoPluginOptions } from './options.js'; export declare const seoPlugin: (options: SeoPluginOptions) => PluginFunction;