import { BaseAuthService } from "./base-auth.service"; import { PublicService } from "./public.service"; import { HttpClient } from "@angular/common/http"; import { ManagePlugin } from './models/Plugin'; import * as i0 from "@angular/core"; export declare class ManagePluginsService extends BaseAuthService { publicService: PublicService; private httpClient; protected env: any; constructor(publicService: PublicService, httpClient: HttpClient, env: any); protected getBasePath(): string; get(idPlugin: any): import("rxjs").Observable; post(body: any): import("rxjs").Observable; put(body: any, id: any): import("rxjs").Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }