import type { Plugin } from 'vuepress/core'; import type { BackToTopPluginOptions } from './options.js'; export declare const backToTopPlugin: (options?: BackToTopPluginOptions) => Plugin;