import { IPSDataEntity } from '../ipsdata-entity'; import { IPSDEDEPrintLogic } from './ipsdedeprint-logic'; import { IPSDELogicParam } from './ipsdelogic-param'; import { PSDELogicNodeImpl } from './psdelogic-node-impl'; import { IPSDEPrint } from '../print/ipsdeprint'; export declare class PSDEDEPrintLogicImpl extends PSDELogicNodeImpl implements IPSDEDEPrintLogic { protected dstpsdelogicparam: IPSDELogicParam | null; getDstPSDELogicParam(): IPSDELogicParam | null; get dstPSDELogicParam(): IPSDELogicParam | null; getDstPSDELogicParamMust(): IPSDELogicParam; protected dstpsdeprint: IPSDEPrint | null; getDstPSDEPrint(): IPSDEPrint | null; get dstPSDEPrint(): IPSDEPrint | null; getDstPSDEPrintMust(): IPSDEPrint; 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=psdedeprint-logic-impl.d.ts.map