export declare enum Protocol { HTTP = "http", HTTPS = "https", SOCKET = "ws", UNKNOWN = "unknown" }