import { InjectionToken } from "@angular/core"; import { HttpFactory } from "./interfaces"; export declare const HTTP_FACTORY: InjectionToken;