import { IPSDELogicParam } from './ipsdelogic-param'; import { IPSDERawWebCallLogic } from './ipsderaw-web-call-logic'; import { PSDELogicNodeImpl } from './psdelogic-node-impl'; import { IPSSubSysServiceAPI } from '../../service/ipssub-sys-service-api'; export declare class PSDERawWebCallLogicImpl extends PSDELogicNodeImpl implements IPSDERawWebCallLogic { get bodyContentType(): 'application/json' | 'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/xml' | 'USER' | 'USER2' | 'USER3' | 'USER4'; protected dstpsdelogicparam: IPSDELogicParam | null; getDstPSDELogicParam(): IPSDELogicParam | null; get dstPSDELogicParam(): IPSDELogicParam | null; getDstPSDELogicParamMust(): IPSDELogicParam; protected pssubsysserviceapi: IPSSubSysServiceAPI | null; getPSSubSysServiceAPI(): IPSSubSysServiceAPI | null; get psSubSysServiceAPI(): IPSSubSysServiceAPI | null; getPSSubSysServiceAPIMust(): IPSSubSysServiceAPI; get requestMethod(): 'GET' | 'HEAD' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'TRACE'; get requestPath(): string; protected retpsdelogicparam: IPSDELogicParam | null; getRetPSDELogicParam(): IPSDELogicParam | null; get retPSDELogicParam(): IPSDELogicParam | null; getRetPSDELogicParamMust(): IPSDELogicParam; get returnRepEntity(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psderaw-web-call-logic-impl.d.ts.map