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