UNPKG

dev-classes

Version:
10 lines (8 loc) 316 B
import { NetworkInformationAbstract, WatcherCB } from './classes/types/types.abscruct'; export declare class NetworkInformation { private listNetworkInformation; constructor(listNetworkInformation: NetworkInformationAbstract[]); private getSystem; run(watcher: WatcherCB): void; stop(): void; }