import { IPSDEUIEndLogic } from './ipsdeuiend-logic'; import { IPSDEUILogicParam } from './ipsdeuilogic-param'; import { PSDEUILogicNodeImpl } from './psdeuilogic-node-impl'; export declare class PSDEUIEndLogicImpl extends PSDEUILogicNodeImpl implements IPSDEUIEndLogic { 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: IPSDEUILogicParam | null; getReturnParam(): IPSDEUILogicParam | null; get returnParam(): IPSDEUILogicParam | null; getReturnParamMust(): IPSDEUILogicParam; get returnType(): 'NONEVALUE' | 'NULLVALUE' | 'SRCVALUE' | 'LOGICPARAM' | 'LOGICPARAMFIELD' | 'BREAK'; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdeuiend-logic-impl.d.ts.map