import { HttpClient } from '@angular/common/http'; import { Document, Survey, SegmentationReactivationSurveyTO } from 'ng-pli-util'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SurveyService { private environment; private httpClient; constructor(environment: any, httpClient: HttpClient); save(survey: Survey): Observable; updateState(surveyId: string, stateId: number): Observable; getById(id: number): Observable; saveDocument(document: Document, pliCnfSurveyId: number, username: string): Observable; getByUsernameAndPliCnfSurveyId(pliCnfSurveyId: number, username: string): Observable; reactivateSurvey(parameters: SegmentationReactivationSurveyTO): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }