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