import { OnDestroy } from "@angular/core"; import { ActivatedRoute } from "@angular/router"; import { DeploymentStore } from "../../../store/deployment.store"; export declare class DeploymentEditPage implements OnDestroy { private idSubscription; constructor(store: DeploymentStore, route: ActivatedRoute); ngOnDestroy(): void; }