import { InjectionToken } from '@angular/core'; export interface NgProgressHttpConfig { id?: string; silentApis?: string[]; } export declare const NG_PROGRESS_HTTP_CONFIG: InjectionToken;