import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PlatformHelper } from '../helpers/platform.helper'; import * as i0 from "@angular/core"; export declare class ConfigService { private http; private platformHelper; config: { [key: string]: any; }; constructor(http: HttpClient, platformHelper: PlatformHelper); getData(name: string): Observable; private transformMapFiltersResponse; private mapFiltersRemoveState; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }