import type { Rec } from '../../index.js'; import { type RequestW } from '../../RequestW.js'; import { type ResponseW } from '../../ResponseW.js'; import type { WithNormalizedInputHeaders, WithNormalizedOutputHeaders } from './types.js'; export declare function fromExceptionList(s: string): string | undefined; export declare function lowerCaseNormalizer(s: string): string; export declare function canonicalNormalizer(s: string): string; export declare function normalizeKeys(rec: Record | undefined, normalizer: (s: string) => string): Record; export declare const transformInput: (normalizeRequestHeaders: boolean) => (i: RequestW) => RequestW; export declare const transformOutput: (normalizeResponseHeaders: boolean) => (o: ResponseW) => ResponseW; //# sourceMappingURL=lib.d.ts.map