import { HttpClient } from '@angular/common/http'; import * as i0 from "@angular/core"; export declare class DarthConfigService { private http; private _data; constructor(http: HttpClient); getDataFromJSON(pathJSON: string): Promise; getData(path: string): any; gerAllData(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }