export declare enum INETProtocol {
    TCP4 = "TCP4",
    TCP6 = "TCP6",
    UNKNOWN = "UNKNOWN"
}
