import { ApolloClientOptions } from '@apollo/client/core'; import * as i0 from "@angular/core"; export declare function createApollo(): ApolloClientOptions; /** * The DataModule is responsible for all API calls *and* serves as the source of truth for global app * state via the apollo-link-state package. */ export declare class DataModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }