import { type PageData } from '@rspress/shared'; import type { FactoryContext } from '../types.js'; export declare function createPageData(context: FactoryContext): Promise<{ filepaths: string[]; pageData: PageData; searchIndex: Record; indexHashByGroup: Record; }>;