export declare function listPages(pagesFolder: string, fallbackPagesFolder: string): Promise; export declare function loadPageState(pagesFolder: string, name: string, reset: boolean): Promise; export declare function normalizePageName(name: string | undefined): string | undefined; export declare function savePageState(pagesFolder: string, name: string, content: string): Promise; export declare function updatePageState(name: string, content: string): void; //# sourceMappingURL=pages.d.ts.map