import { HttpClient } from '@angular/common/http'; import { AuthService } from './auth.service'; import { Configurations } from '../configurations'; import { RiskCommonService } from './common-workflow-services/risk-common.service'; import * as i0 from "@angular/core"; export declare class AddRiskService { private http; private authService; private riskCommonService; env: any; private orgUserRisk; private rcList; private groupList; private adminList; constructor(http: HttpClient, authService: AuthService, riskCommonService: RiskCommonService, config?: Configurations); getAdminKeyAdminList(): import("rxjs").Observable; getCategoryList(): import("rxjs").Observable; getOrganizationUsers(): import("rxjs").Observable; getResponsibilityCenterList(rcArray: any[], riskId: String): import("rxjs").Observable; getRiskSettingDetails(): import("rxjs").Observable; downLoadFile(data: any, type: string, filename: string): string; base64ToArrayBuffer(base64: any): ArrayBufferLike; downloadTemplate(categoryId: string): import("rxjs").Observable>; downloadResponsibilityTemplate(version?: any): import("rxjs").Observable>; addRisk(payload: any): import("rxjs").Observable; addBulkRisk(payload: any[]): import("rxjs").Observable; getRiskDetail(riskId: string): import("rxjs").Observable; updateRisk(riskId: string, payload: any): import("rxjs").Observable; getGroupsList(): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }