import { InjectionToken } from '@angular/core'; /** * An InjectionToken which is used to inject the WIT_API_URL in to this or any other module. * * For example, in your injectable constructor: * * Inject(WIT_API_URL) apiUrl: string * */ export declare let WIT_API_URL: InjectionToken;