import { HttpClient } from '@angular/common/http'; import { ConfigurationsService } from '../services/configurations.service'; import { Observable } from 'rxjs'; import { NsContent } from '../services/widget-content.model'; import * as i0 from "@angular/core"; export declare class WidgetEnrollService { private http; private configSvc; constructor(http: HttpClient, configSvc: ConfigurationsService); fetchEnrollContentData(payload: any): Observable; fetchInternalEnrollmentData(userId: string, payload: any): Observable; fetchExternalEnrollmentData(payload: any): Observable; fetchEventsEnrollmentData(userId: string, payload: any): Observable; fetchEnrollStats(userId: any): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }