/*! * Copyright Adaptavist 2023 (c) All rights reserved */ import { AzureDevopsApiCore } from "@managed-api/azure-devops-v72-core"; import { PlatformImplementation } from "@managed-api/commons-core"; export declare class AzureDevopsApi extends AzureDevopsApiCore { /** * API Connection identifier that is used with the Managed API. */ connectionId: string; constructor(connectionId: string); protected getPlatformImplementation(): PlatformImplementation; private performHttpCall; } //# sourceMappingURL=index.d.ts.map