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