import { type FastifyReply, type FastifyRequest } from "fastify"; import { type ViteDevServer } from "vite"; import { type SonamuFastifyConfig } from "../types/types"; import { type SSRRoute } from "./types"; export declare function renderSSR(url: string, route: SSRRoute, params: Record, request: FastifyRequest, reply: FastifyReply, config: SonamuFastifyConfig, vite?: ViteDevServer): Promise; //# sourceMappingURL=renderer.d.ts.map