import { Store } from '@ngrx/store'; import { Observable } from 'rxjs'; import { Infrastructure, LastInfrastructureScale } from '../../store/supervision-api.model'; import * as i0 from "@angular/core"; export declare class SupervisionInfrastructuresComponent { private store; infras$: Observable; loading$: Observable; lastInfraScale$: Observable; classFromStatus: { [key: string]: string; }; constructor(store: Store); onScaleUp(infra: string, replicas: number): void; onScaleDown(infra: string, replicas: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }