import { HttpErrorResponse, HttpResponse } from "@angular/common/http"; export declare class HeaderLoader { static headerMap: { [key: string]: string; }; static load(response: HttpResponse): HttpResponse; static loadFromError(response: HttpErrorResponse): HttpErrorResponse; static getHeader(response: any, header: any): any; }