import { IPSDataEntity } from '../ipsdata-entity'; import { IPSDEDataSync } from '../datasync/ipsdedata-sync'; import { IPSDEDEDataSyncLogic } from './ipsdededata-sync-logic'; import { IPSDELogicParam } from './ipsdelogic-param'; import { PSDELogicNodeImpl } from './psdelogic-node-impl'; export declare class PSDEDEDataSyncLogicImpl extends PSDELogicNodeImpl implements IPSDEDEDataSyncLogic { protected dstpsdedatasync: IPSDEDataSync | null; getDstPSDEDataSync(): IPSDEDataSync | null; get dstPSDEDataSync(): IPSDEDataSync | null; getDstPSDEDataSyncMust(): IPSDEDataSync; protected dstpsdelogicparam: IPSDELogicParam | null; getDstPSDELogicParam(): IPSDELogicParam | null; get dstPSDELogicParam(): IPSDELogicParam | null; getDstPSDELogicParamMust(): IPSDELogicParam; protected dstpsdataentity: IPSDataEntity | null; getDstPSDataEntity(): IPSDataEntity | null; get dstPSDataEntity(): IPSDataEntity | null; getDstPSDataEntityMust(): IPSDataEntity; get eventType(): 1 | 2 | 4 | 256 | 512; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdededata-sync-logic-impl.d.ts.map