import { ActivatedRoute, Router } from '@angular/router'; import { Store } from '@ngrx/store'; import { Environment } from '@onepoint-yap/dashboard'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class AdminEnvironmentComponent { private store; private router; private route; environments$: Observable; loading$: Observable; sortActive?: string | undefined; sortDirection?: string | undefined; currentEnvName$: Observable; constructor(store: Store, router: Router, route: ActivatedRoute); goToSelectEnv(env: Environment): void; getTranslationType(type: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }