import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import * as i0 from '@angular/core'; declare class JsonSchemaService { private http; private schemaCache; constructor(http: HttpClient); getSchema(schemaUrl: string): Observable; resolveRef(schema: any, baseUrl?: string, localSchema?: any): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export { JsonSchemaService }; //# sourceMappingURL=xxmachina-components-services-json-schema.d.ts.map