declare enum PROTOCOL_TYPE { HTTP = "http", HTTPS = "https" } export default PROTOCOL_TYPE; //# sourceMappingURL=ProtocolType.d.ts.map