import type { PagesData } from './PagesDataKeeper'; export declare function renderPageList(pagesData: PagesData, isBuild: boolean): Promise; export declare function renderPageListInSSR(pagesData: PagesData): Promise; export declare function renderOnePageData(onePageData: { [dataKey: string]: string; }): string; export declare function renderAllPagesOutlines(pagesData: PagesData): string; //# sourceMappingURL=pageUtils.d.ts.map