import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { ActivatedRoute } from '@angular/router'; import { FilterItem, MultiLingualTextBoxOptions, PagingOptions, TextBoxOptions } from '@bnsights/bbsf-controls'; import { AuthService, BBSFTranslateService, RequestHandlerService, UtilityService } from '@bnsights/bbsf-utilities'; import { PageInfoService } from '../../../_metronic/core/services/page-info.service'; import { WorkflowVersionService } from '../../shared/Services/WorkFlowVersionService.service'; import * as i0 from "@angular/core"; export declare class VersionInfoComponent implements OnInit { private authService; private workFlowVersionService; private activatedRoute; private pageInfoService; private bbsfTranslateService; utilityService: UtilityService; private requestHandlerService; detailsForm: FormGroup<{}>; versionDetails: any; versionID: string; versionName: MultiLingualTextBoxOptions; versionIsCurrent: TextBoxOptions; versionIsPublished: TextBoxOptions; showVersionDetails: boolean; workFlowInstanceApiUrl: string; workflowInstanceForm: FormGroup<{}>; versionIdTextBox: TextBoxOptions; versionIdFilter: FilterItem; searchTextBox: TextBoxOptions; textInputFilter: FilterItem; WorkflowInstancePagingResult: any[]; WorkflowInstancePaging: PagingOptions; isFilterLoaded: boolean; constructor(authService: AuthService, workFlowVersionService: WorkflowVersionService, activatedRoute: ActivatedRoute, pageInfoService: PageInfoService, bbsfTranslateService: BBSFTranslateService, utilityService: UtilityService, requestHandlerService: RequestHandlerService); ngOnInit(): Promise; getDetails(): void; initializeInstances(): void; setWorkflowInstancesListResult(result: any): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }