export declare enum ProtocolType { http = 0, https = 1, ftp = 2, news = 3, other = 4 } export declare enum ProtocolTypeName { http = "http://", https = "https://", ftp = "ftp://", news = "news://", other = "" }