import { OnInit } from '@angular/core'; import { Router } from '@angular/router'; import { DeploymentsService } from '../../services/deployments/deployments.service'; import { ToastrService } from 'ngx-toastr'; import { ToastMessageService } from '../../services/toastr/toast-message.service'; import { ActivatedRoute } from '@angular/router'; import * as i0 from "@angular/core"; export declare class EditDeploymentComponent implements OnInit { private router; private deploymentsService; private toastr; private toastService; private route; constructor(router: Router, deploymentsService: DeploymentsService, toastr: ToastrService, toastService: ToastMessageService, route: ActivatedRoute); ngOnInit(): void; totalSize: any; fileSize: any; fileAllowed: any; multiple: boolean; attachments: any; selectedFile: File | null; deploymentID: any; getDeploymentByID(id: string): void; handleFileTypeNotAllowed(fileType: string): void; handleFileSize(fileType: string): void; handleFinalArray(fileType: any[]): void; deleteFiles(event: any): void; cancel(): void; submit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }