import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { OpenApi, OpenAPISchema } from '@xxmachina/common/domain/models'; import { JsonSchemaService } from '@xxmachina/components/services/json-schema'; import * as i0 from '@angular/core'; declare class OpenApiService { readonly http: HttpClient; readonly schema: JsonSchemaService; getOpenApiMany(urls: string[]): Observable; getOpenApi(url: string): Observable; getOpenApiSchema(url: string): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export { OpenApiService }; //# sourceMappingURL=xxmachina-components-services-openapi.d.ts.map