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