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