import { HttpClient } from '@angular/common/http'; import { Configurations } from '../../../configurations'; import { AuthService } from '../../../workflow-services/auth.service'; import * as i0 from "@angular/core"; export declare class AssessmentService { private http; private authService; env: any; constructor(http: HttpClient, authService: AuthService, config?: Configurations); getAssessmentQuestions(id: string): import("rxjs").Observable; getAssessmentCategory(payload: any): import("rxjs").Observable; getAssessmentList(payload: any, id: string): import("rxjs").Observable; getAssessmentDetailsByID(id: string): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }