import { NativeArray } from '../imports/NativeArray.js'; export declare class DiscoveryServiceScript { constructor(); discover(ldcIds?: NativeArray, resTypes?: NativeArray, discoveryStatusId?: string): boolean; discoverDatacenter(datacenterId?: string, resourceType?: string): string; getLdcIds(serviceAccountId?: string): Array; getLdcs(serviceAccountId?: string): string[]; } //# sourceMappingURL=DiscoveryServiceScript.d.ts.map