export declare function escapeHtml(text: string): string; export declare function generateTitle(path: string): string; export declare function isValidPageFile(filePath: string): boolean; export declare function isDynamicRoute(path: string): boolean; export declare function extractParams(path: string): string[]; export declare function defineConfig(config: any): any;