import { SncProbe } from "../types/SncProbe"; export declare class CAPIOrchestratorServiceScript { executeApi( provider?: string, version?: string, credentialLookup?: string, interfaceName?: string, methodName?: string, endpointURL?: string, inputParameters?: string, invokedBy?: string, serviceAccountLookup?: string, locationName?: string ): string; getMethodParameters(interfaceName?: string, methodName?: string): string; getResult(contextKey?: string): any; handleResult(output?: SncProbe): void; resolveMid( appName?: string, providerName?: string, locationName?: string ): string; constructor(); }