import { Observable } from "rxjs"; import { TermPageResponse } from "../dto/term"; import * as i0 from "@angular/core"; export declare class TermService { private readonly _http; private readonly _config; GetTerms(languageCode: string, pageRoot: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }