import type { Plugin } from '@vuepress/core';
import type { PageInfoOptions } from '../shared';
export * from '../shared';
export declare const pageInfoPlugin: Plugin<PageInfoOptions>;
