import { IPSDEEndLogic } from './ipsdeend-logic'; import { IPSDELogicParam } from './ipsdelogic-param'; import { PSDELogicNodeImpl } from './psdelogic-node-impl'; export declare class PSDEEndLogicImpl extends PSDELogicNodeImpl implements IPSDEEndLogic { get dstFieldName(): string; get rawValue(): string; get rawValueStdDataType(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29; protected returnparam: IPSDELogicParam | null; getReturnParam(): IPSDELogicParam | null; get returnParam(): IPSDELogicParam | null; getReturnParamMust(): IPSDELogicParam; get returnType(): 'NONEVALUE' | 'NULLVALUE' | 'SRCVALUE' | 'LOGICPARAM' | 'LOGICPARAMFIELD' | 'BREAK'; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeend-logic-impl.d.ts.map