import { ModuleWithProviders } from '@angular/core'; import { HttpLink } from 'apollo-angular/http'; import { ConfigService } from './services/config.service'; import { ApolloClientOptions } from '@apollo/client/core'; import * as i0 from "@angular/core"; export declare function createApollo(httpLink: HttpLink, configService: ConfigService): ApolloClientOptions; export declare function createNamedApollo(namedGraphNames: string[]): (httpLink: HttpLink, configService: ConfigService) => Record> | null; export declare class GraphQLModule { static forRoot(graphName: string, ...namedGraphNames: string[]): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }