import type { RouteService } from '../route/RouteService.js'; export declare function renderPages(routeService: RouteService, ssrBundlePath: string, emitAsset: (assetName: string, content: string | Buffer) => void): Promise>;