declare class Network { private readonly network; private readonly logger; private readonly p2p; sendGET(path: any, query?: {}): Promise; sendPOST(path: any, body: any): Promise; private sendRequest; private getPeer; private getPeers; } export declare const network: Network; export {};