"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "BasicHTTPAuthorizationHeaderCredentials", { enumerable: true, get: function () { return _basic_http_authorization_header_credentials.BasicHTTPAuthorizationHeaderCredentials; } }); Object.defineProperty(exports, "HTTPAuthorizationHeader", { enumerable: true, get: function () { return _http_authorization_header.HTTPAuthorizationHeader; } }); var _basic_http_authorization_header_credentials = require("./basic_http_authorization_header_credentials"); var _http_authorization_header = require("./http_authorization_header");