import { PingTCP } from './pingtcp.js'; import { PingUDP } from './pingudp.js'; import { PingICMP } from './pingicmp.js'; declare const _default: { PingTCP: typeof PingTCP; tcp: typeof PingTCP.sendAsync; tcpscan: typeof PingTCP.scanAsync; PingUDP: typeof PingUDP; udp: typeof PingUDP.sendAsync; udpscan: typeof PingUDP.scanAsync; wol: typeof PingUDP.wol; PingICMP: typeof PingICMP; icmp: typeof PingICMP.sendAsync; traceroute: typeof PingICMP.tracerouteAsync; }; export default _default;