import { HttpClient } from '@angular/common/http'; import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import { Infrastructure, InputFlow, IntegrationError } from '../store/supervision-api.model'; import * as i0 from "@angular/core"; export declare class SupervisionService { private httpClient; private store; constructor(httpClient: HttpClient, store: Store); getInfrastructures(): Observable; scaleInfra(infra: string, replicas: number): Observable; getInputFlows(): Observable; getDateIso(): string; getIntegrationErrors(): Observable; reloadErrors(classes: string[]): Observable; acknowledgeErrors(classes: string[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }