/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import { WebApi } from "azure-devops-node-api"; export declare function getAzureDevopsApi(accessToken: string, orgUrl: string): WebApi; //# sourceMappingURL=getAzureDevopsApi.d.ts.map