/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { BitbucketOnPremiseApiCore } from '@managed-api/bitbucket-on-premise-v1-core'; import { PlatformImplementation } from '@managed-api/commons-core'; export declare class BitbucketOnPremiseApi extends BitbucketOnPremiseApiCore { /** * 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