import { IPSAppUIAction } from '../view/ipsapp-uiaction'; import { IPSAppWFUtilUIAction } from './ipsapp-wfutil-uiaction'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppWFUtilUIActionImpl extends PSModelObjectImpl implements IPSAppWFUtilUIAction { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappuiaction: IPSAppUIAction | null; getPSAppUIAction(): IPSAppUIAction | null; get psAppUIAction(): IPSAppUIAction | null; getPSAppUIActionMust(): IPSAppUIAction; get psDEUIActionId(): string; getPSDEUIActionId(): string; get psWorkflowId(): string; getPSWorkflowId(): string; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get utilType(): 'SENDBACK' | 'SUPPLYINFO' | 'ADDSTEPBEFORE' | 'ADDSTEPAFTER' | 'TAKEADVICE' | 'SENDCOPY' | 'REASSIGN' | 'USERACTION' | 'USERACTION2' | 'USERACTION3' | 'USERACTION4' | 'USERACTION5' | 'USERACTION6'; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-wfutil-uiaction-impl.d.ts.map