import type { IncomingMessage, ServerResponse } from 'node:http';
export declare const replayNormalizedHttp: (req: IncomingMessage, res: ServerResponse) => Promise<void>;
//# sourceMappingURL=replaynormalized.d.ts.map