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