import { JsonService, HttpService } from '@narik/infrastructure'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class NarikJsonService extends JsonService { private httpService; private jsons; constructor(httpService: HttpService); getJson(path: string): Observable; private applyExtends; private resolvePath; private applyImports; private isJSON; private cloneJSON; private applyRemoves; private applyJsonRemoves; private applyVariables; private applyJsonVariables; private applyJsonImports; private applyImportValue; private applyJsonExtends; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }