/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ import { TunnelManagementHttpClient, ManagementApiVersions } from '@microsoft/dev-tunnels-management'; import { TunnelRelayTunnelClient } from '@microsoft/dev-tunnels-connections'; import { TunnelAccessScopes } from '@microsoft/dev-tunnels-contracts'; export { TunnelManagementHttpClient, ManagementApiVersions, TunnelRelayTunnelClient, TunnelAccessScopes, };