import { HttpClient, HttpParams } from '@angular/common/http'; import { BehaviorSubject } from 'rxjs'; import { AuthService } from '../auth.service'; import { Configurations } from '../../configurations'; import * as i0 from "@angular/core"; export declare class ComplianceCommonService { private http; private authService; rcList: BehaviorSubject; env: any; constructor(http: HttpClient, authService: AuthService, config?: Configurations); private getRcList; private setRcList; getRcListInfo(params?: HttpParams, allVisible?: boolean): import("rxjs").Observable; extractErrorMessage(str: string): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }