import { Apollo } from 'apollo-angular'; import { HttpLink } from 'apollo-angular-link-http'; import { ToastService } from '../../elements/toast'; export declare class GqlModule { private readonly apollo; private readonly httpLink; private readonly toastService; constructor(apollo: Apollo, httpLink: HttpLink, toastService: ToastService); private handleOnError; private errorMessage; private openToast; }