/** * Supported scheme types for {@link ProxyServerConfig}. */ export declare enum ProxyScheme { /** * Represents HTTP scheme. */ HTTP = "http", /** * Represents HTTPS scheme. */ HTTPS = "https" }