import { IErrorRenderMeta } from "./parse-error"; import type { IServerData } from "../get-server-data"; export declare function renderHTML({ path, componentPath, htmlComponentRendererPath, publicDir, isClientOnlyPage, error, directory, serverData, }: { path: string; componentPath: string; htmlComponentRendererPath: string; publicDir: string; isClientOnlyPage?: boolean; error?: IErrorRenderMeta; directory: string; serverData?: IServerData["props"]; }): Promise; export declare function deleteModuleCache(htmlComponentRendererPath: string): void;