import { HttpClient } from '@angular/common/http'; import { AuthorizerService } from '@vcomply/authorizer'; import { Configurations } from '../../../configurations'; import * as i0 from "@angular/core"; export declare class WorkshopService { private http; private authorizer; env: any; constructor(http: HttpClient, authorizer: AuthorizerService, config?: Configurations); orgUsers(url: any): import("rxjs").Observable; /** * Fetches the OrganizationUsers details of users List to set pagination details including number of * pages and records limit per page, * @param url contains info about type & search query */ getOrganizationUsersCount(url?: any): import("rxjs").Observable; getRiskDetails(id: any): import("rxjs").Observable; getRcList(): import("rxjs").Observable; createWorkshop(payload: any): import("rxjs").Observable; deleteWorkshop(id: any): import("rxjs").Observable; deleteParticipant(payload: any): import("rxjs").Observable; sendOrResendInvite(payload: any): import("rxjs").Observable; getGroupList(): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }