import { OnInit, OnDestroy, AfterViewInit } from '@angular/core'; import { ACCom } from "../../../../services/ac-com.service"; import { Router } from "@angular/router"; export declare class ACIotStatusComponent implements OnInit, AfterViewInit, OnDestroy { private router; ACCom: ACCom; _guid: any; set guid(val: string); get guid(): string; name: string; _rdmode: number; set rdmode(val: number); get rdmode(): number; get title(): string; constructor(router: Router, ACCom: ACCom); ngAfterViewInit(): void; ngOnInit(): void; ngOnDestroy(): void; killed: boolean; flash: boolean; Lifetick: any; plsRunningMode: any; get runningAsText(): string; CycleTime: number; CycleTimeLast: number; ExecTime: number; get CycleMax(): number; MemoryStartUp: any; get sMemoryStartup(): string; MemoryNow: any; get MemoryMax(): number; SHMSize: any; SHMSizeUsed: any; InstanceCount: any; VariableCount: any; get InstanceMax(): number; get VariableMax(): number; cnt: number; private _getValues; static lastLogCnt: number; static lastWarningCnt: number; static lastErrorCount: number; static lastFatalErrorCnt: number; onlineTrace: any[]; private _getOnlineTrace; timer(): void; }