import { Observable } from "rxjs"; import { LanguageSimpleResponse } from "../dto/languageResponses"; import * as i0 from "@angular/core"; export declare class LanguageService { private readonly _http; private readonly _configService; GetAllLanguage(): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }