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