import type { DevToolsServerContext } from "../types"; import type { IncomingMessage, Server, ServerResponse } from "node:http"; export declare function handleDevRequest(ctx: DevToolsServerContext | null, server: Server, req: IncomingMessage, res: ServerResponse): Promise;