import type { ClientModuleStrategy } from "../../../../rendering/rsc/client-module-strategy.js"; export declare class PageHandler { private readonly isDevelopment; private readonly reactVersion?; private readonly clientModuleStrategy?; private readonly dependencyPinningCacheKey?; constructor(isDevelopment?: boolean, reactVersion?: string | undefined, clientModuleStrategy?: ClientModuleStrategy | undefined, dependencyPinningCacheKey?: string | undefined); handle(pathname: string, searchParams: URLSearchParams, nonce?: string): Response; private buildHtml; } //# sourceMappingURL=page-handler.d.ts.map