import { Observable } from 'rxjs'; import { GridProfile, CurrentUserGridProfileByPathGQL, Maybe, UpsertGridProfileGQL, DeleteGridProfileGQL } from './generated/graphql'; import { Apollo } from 'apollo-angular'; import * as i0 from "@angular/core"; export declare class GridProfileService { private apollo; private readGQL; private upsertGQL; private deleteGQL; private clientOk; constructor(apollo: Apollo, readGQL: CurrentUserGridProfileByPathGQL, upsertGQL: UpsertGridProfileGQL, deleteGQL: DeleteGridProfileGQL); getGridProfile(path: string): Observable> | undefined>; saveGridProfile(path: string, payload: any): Observable> | undefined; }> | undefined>; deleteGridProfile(path: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }