/** * Copy end-to-end headers while removing both standard hop-by-hop fields and * extension fields named by the Connection header. */ export declare function createProxyEndToEndHeaders(source: Headers): Headers; //# sourceMappingURL=hop-by-hop-headers.d.ts.map