import { BaseAuthService } from './base-auth.service'; import { PublicService } from './public.service'; import { HttpClient } from "@angular/common/http"; import { PhaseReference } from './models/PhaseReference'; import * as i0 from "@angular/core"; export declare class PhaseReferenceService extends BaseAuthService { publicService: PublicService; private httpClient; protected env: any; constructor(publicService: PublicService, httpClient: HttpClient, env: any); protected getBasePath(): string; private getBasePathRaw; getsRaw(): import("rxjs").Observable; get(phaseId: any, referendeId: any): import("rxjs").Observable; post(body: any): import("rxjs").Observable; put(body: any, phaseId: any, referendeId: any): import("rxjs").Observable; putPhoto(phaseId: any, referenceId: any, file: File): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }