export declare interface Network { //constructor(restURL:string); //addNode(node:string, command:string):any; //clearBanned():any; //disconnectNode(configuration:object):any; //getAddedNodeInfo(node?:string):any; getConnectionCount():Promise; getNetTotals():Promise; getNetworkInfo():Promise; getPeerInfo():Promise; ping():Promise; }