/*! * Copyright Adaptavist 2025 (c) All rights reserved */ import { GoogleDriveApiCore } from '@managed-api/google-drive-v3-core'; import { PlatformImplementation } from '@managed-api/commons-core'; export declare class GoogleDriveApi extends GoogleDriveApiCore { /** * 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