import { Http } from '@angular/http'; import { JsonFileService } from '../../services/json-file.service'; export declare class LanguageService extends JsonFileService { protected http: Http; constructor(http: Http); getFilePath(): string; }