import type { JSX } from 'react'; import type { RenderPayload } from '../../types/index.js'; import './hijack-console.js'; export declare function render(payload: RenderPayload): Promise<{ html: string; statusCode: 200 | 500; error?: Error; }>; export declare function renderComponents(components: JSX.Element[]): string; //# sourceMappingURL=render.d.ts.map