import { HttpClient, HttpHeaders } from '@angular/common/http'; import { AuthService } from './auth.service'; import { Configurations } from '../configurations'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AssessmentService { private http; private authService; env: any; baseValue: any; constructor(http: HttpClient, authService: AuthService, config?: Configurations); updateAssessment(id: string, payload: any): Observable; addAssessment(payload: any): Observable; private categories; categoriesListData$: Observable; private categoriesLoader; categoriesLoading$: Observable; fetchCategory(payload: any): void; resetCategory(): void; getAssessmentDetails(id: string): Observable; httpOptions: { headers: HttpHeaders; }; getAuthorizationToken(): any; createAssessment(payload: any): Observable; saveAssessmentDetails(id: any, payload: any): Observable; downloadTemplate(): Observable; downLoadFile(data: any, type: string, filename: string): string; base64ToArrayBuffer(base64: any): ArrayBufferLike; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }