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