import { HttpClient } from '@angular/common/http'; import { Configurations } from './configuration'; import { BehaviorSubject, Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class LinkedCasesService { private http; env: any; getALLUsers$: BehaviorSubject; getAllTypes$: BehaviorSubject; getAllPriorities$: BehaviorSubject; getAllCategories$: BehaviorSubject; getRCList$: BehaviorSubject; GroupList$: BehaviorSubject; constructor(http: HttpClient, config?: Configurations); getIssueList(issueIds: string[]): Observable; getCaseDetails(caseId: string): Observable; setStatus(status: string): string; private fetchUserList; getUserList(): Observable; private fetchAllCategories; private fetchRCList; getAllCategories(): Observable; getRCList(): Observable; getOrganizationGroups(): Observable; downloadFile(url: string, filename: string): any; getCasesList(caseIds: string[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }