export declare enum Protocol {
    TCP = "tcp",
    UDP = "udp",
    ANY = "any"
}
