declare function getDefaultNetworkInterface(): string; declare function networkInterfaceDefault(callback: any): Promise; declare function networkInterfaces(callback: any, rescan: any, defaultString: any): Promise; declare function networkStats(ifaces: any, callback: any): Promise; declare function networkConnections(callback: any): Promise; declare function networkGatewayDefault(callback: any): Promise; export { getDefaultNetworkInterface, networkInterfaceDefault, networkInterfaces, networkStats, networkConnections, networkGatewayDefault }; //# sourceMappingURL=network.d.ts.map