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