import { HttpClient } from '@angular/common/http';
import { HttpLink, HttpOptions } from '@apollo/client/link/http';
import * as i0 from "@angular/core";
export declare class HttpLinkFactory {
    private readonly httpClient;
    constructor(httpClient: HttpClient);
    create(options?: HttpOptions): HttpLink;
    static ɵfac: i0.ɵɵFactoryDeclaration<HttpLinkFactory, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<HttpLinkFactory>;
}
