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