/** * 只限 socks5 udp转发时使用 */ export default class UdpServer { private readonly server; get port(): number; get host(): string; constructor(); }