/**
 * Enum describing communication protocols.
 */
export declare enum Protocol {
    /**
     * Hypertext Transfer Protocol (HTTP).
     */
    Http = 0,
    /**
     * HTTP over Transport Layer Security (TLS).
     */
    Https = 1
}
//# sourceMappingURL=Protocol.d.ts.map