import type { App } from '@vuepress/core';
import type { FSWatcher } from 'chokidar';
export declare const watchPageFiles: (app: App) => FSWatcher;
