import type { Page } from './types'; export declare function buildSSRBody(id: string, page: Page, html: string): string;