export declare function mergeHeaders(base?: Record<string, string>, additional?: Record<string, string>): Record<string, string>;
