import type { Headers } from '../http-interfaces';
export declare function addHeader(headers: Headers, key: string, value: string): void;
