import type { App } from '@vuepress/core';
/**
 * Event handler for page change event
 */
export declare const handlePageChange: (app: App, filePath: string) => Promise<void>;
