import { InjectionToken } from '@angular/core'; export declare const HTTP_STATUS_DICTIONARY: InjectionToken<{ [key: string]: string; }>;