import { IPSWFUtilUIAction } from './ipswfutil-uiaction'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSWFUtilUIActionImpl extends PSModelObjectImpl implements IPSWFUtilUIAction { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; 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=pswfutil-uiaction-impl.d.ts.map