type HeaderSource = Readonly> | undefined; /** Merge header records case-insensitively, with later sources taking precedence. */ export declare function mergeHeaders(...sources: HeaderSource[]): Record; export {}; //# sourceMappingURL=headers.d.ts.map