import { IPSDataEntity } from '../ipsdata-entity'; import { IPSDEDEReportLogic } from './ipsdedereport-logic'; import { IPSDELogicParam } from './ipsdelogic-param'; import { PSDELogicNodeImpl } from './psdelogic-node-impl'; import { IPSDEReport } from '../report/ipsdereport'; export declare class PSDEDEReportLogicImpl extends PSDELogicNodeImpl implements IPSDEDEReportLogic { protected dstpsdelogicparam: IPSDELogicParam | null; getDstPSDELogicParam(): IPSDELogicParam | null; get dstPSDELogicParam(): IPSDELogicParam | null; getDstPSDELogicParamMust(): IPSDELogicParam; protected dstpsdereport: IPSDEReport | null; getDstPSDEReport(): IPSDEReport | null; get dstPSDEReport(): IPSDEReport | null; getDstPSDEReportMust(): IPSDEReport; protected dstpsdataentity: IPSDataEntity | null; getDstPSDataEntity(): IPSDataEntity | null; get dstPSDataEntity(): IPSDataEntity | null; getDstPSDataEntityMust(): IPSDataEntity; protected ospsdelogicparam: IPSDELogicParam | null; getOSPSDELogicParam(): IPSDELogicParam | null; get oSPSDELogicParam(): IPSDELogicParam | null; getOSPSDELogicParamMust(): IPSDELogicParam; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdedereport-logic-impl.d.ts.map