import { IncomingMessage, ServerResponse } from "http"; import { type ServerConfig } from "./types"; export declare const createRequestHandler: (config: ServerConfig) => (req: IncomingMessage, res: ServerResponse) => Promise; //# sourceMappingURL=request-handler.d.ts.map