export type InboundHttpHeaders = Readonly>; /** * Copy request headers while removing credentials and cookies case-insensitively. * HTTP-bearing adapters share this helper so their metadata redaction cannot drift. */ export declare function sanitizeInboundHttpHeaders(headers: InboundHttpHeaders): Record; //# sourceMappingURL=http-headers.d.ts.map