export declare function getPagePath(page: string, distDir: string, serverless: boolean, dev?: boolean, locales?: string[], appDirEnabled?: boolean): string; export declare function requirePage(page: string, distDir: string, serverless: boolean, appDirEnabled?: boolean): any; export declare function requireFontManifest(distDir: string, serverless: boolean): any;