import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class SOAPAPIInfo { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); getAPIName(): string; getAPIScopedName(): string; getScopeSysId(): string; getSysId(): string; } //# sourceMappingURL=SOAPAPIInfo.d.ts.map