import { InjectionToken } from '@angular/core'; import { ApiSettings } from './api.settings'; export declare let API_SETTINGS: InjectionToken;