import { IPSAppWF } from '../../app/wf/ipsapp-wf'; import { IPSAppWFUIAction } from '../../app/wf/ipsapp-wfuiaction'; import { IPSAppWFVer } from '../../app/wf/ipsapp-wfver'; import { PSDEUIActionImpl } from './psdeuiaction-impl'; import { IPSWorkflow } from '../../wf/ipsworkflow'; export declare class WFPSDEUIActionImpl extends PSDEUIActionImpl implements IPSAppWFUIAction { protected psappwf: IPSAppWF | null; getPSAppWF(): IPSAppWF | null; get psAppWF(): IPSAppWF | null; getPSAppWFMust(): IPSAppWF; protected psappwfver: IPSAppWFVer | null; getPSAppWFVer(): IPSAppWFVer | null; get psAppWFVer(): IPSAppWFVer | null; getPSAppWFVerMust(): IPSAppWFVer; protected psworkflow: IPSWorkflow | null; getPSWorkflow(): IPSWorkflow | null; get psWorkflow(): IPSWorkflow | null; getPSWorkflowMust(): IPSWorkflow; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=wfpsdeuiaction-impl.d.ts.map