import type { RouteMeta } from '@rspress/shared'; export declare function renderPage(route: RouteMeta, ssrBundlePath: string): Promise;