/**
 * Represents the protocols for communicating.
 */
export declare type NetworkProtocol = "http" | "https";
