export declare enum Scheme {
    HTTP = "http",
    HTTPS = "https"
}
