/*! * Copyright Adaptavist 2023 (c) All rights reserved */ import { NetSuiteApiCore } from "@managed-api/netsuite-v1-core"; import { PlatformImplementation } from "@managed-api/commons-core"; export declare class NetSuiteApi extends NetSuiteApiCore { /** * 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