import type { Hono } from '#dep/hono/index';
import type { ReactRouter } from '#dep/react-router/index';
interface RenderHooks {
    transformHtml?: (html: string) => Promise<string> | string;
}
export declare const createPageHtmlResponse: (staticHandlerContext: ReactRouter.StaticHandlerContext, hooks?: RenderHooks, ctx?: Hono.Context) => Promise<Response>;
export {};
//# sourceMappingURL=create-page-html-response.d.ts.map