import { BaseAuthService } from './base-auth.service'; import { PublicService } from './public.service'; import { HttpClient } from "@angular/common/http"; import { OF, OFGraphData, OFReference, OFReferences, UsersWork } from './models/of'; import * as i0 from "@angular/core"; export declare class OFService extends BaseAuthService { publicService: PublicService; private httpClient; protected env: any; constructor(publicService: PublicService, httpClient: HttpClient, env: any); protected getBasePath(): string; getOF(ofId: any): import("rxjs").Observable; getOFs(filter: string, showAll: boolean): import("rxjs").Observable; getGroupedOFs(filter: string, machineId?: string): import("rxjs").Observable; getOFWithCode(ofCode: any): import("rxjs").Observable; postOF(body: any): import("rxjs").Observable; putOF(body: any, ofId: any, phaseId: any): import("rxjs").Observable; groupOFs(body: any): import("rxjs").Observable; deleteOF(ofId: any, phaseId: any): import("rxjs").Observable; updateOf(ofId: any, status: any): import("rxjs").Observable; getWorkerOFs(filter: string, showAll: boolean, machineId?: string): import("rxjs").Observable; getReferences(ofValue: string, filter: string, showAll: boolean, machineId?: string): import("rxjs").Observable; getNextReferences(machineId: string): import("rxjs").Observable; getOFWorkers(ofId: any, phaseId: any): import("rxjs").Observable; getChildsOF(ofId: any): import("rxjs").Observable; assignWorkerOF(body: any): import("rxjs").Observable; updateOFWorker(body: any, ofWorkerId: any): import("rxjs").Observable; deleteOFWorker(ofWorkerId: any): import("rxjs").Observable; getUsersWork(): import("rxjs").Observable; getOFReferences(referenceId: any): import("rxjs").Observable; assignOFReference(body: any): import("rxjs").Observable; updateOFReference(body: any, ofId: any, phaseId: any): import("rxjs").Observable; deleteOFReference(ofId: any, phaseId: any): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }