import { Apollo } from 'apollo-angular'; import { FormGraphQl } from '../../interfaces'; import * as i0 from "@angular/core"; /** * Service to graph ql connection with ms */ export declare class FormGraphQlService { private apollo; /** * * @param apollo */ constructor(apollo: Apollo); /** * * @param argumentsParams * @returns */ getArguments(argumentsParams: any[]): string; /** * * @param param0 * @returns */ get({ dto, arguments: [...argumentsParams], content, url: endpoint, pollInterval, fetchPolicy, }: FormGraphQl): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }