import type { App } from 'vuepress/core'; import type { SeoPluginOptions } from './options.js'; export declare const appendSEO: (app: App, options: SeoPluginOptions) => void;