import "rxjs/add/operator/map"; import { TranslateService } from "@ngx-translate/core"; import { SharedService } from "./sharedService"; export declare class i18n { private _translateService; private _sharedService; private linguagemAtual; reqEN: any; reqPT: any; reqJSON: any; projectName: any; constructor(_translateService: TranslateService, _sharedService: SharedService); isNotBlank(value: any): any; iniciarIdioma(): void; setTraducaoProjeto(): void; getLanguage(): any; }