import { IPSAppWF } from './ipsapp-wf'; import { IPSAppWFUIAction } from './ipsapp-wfuiaction'; import { IPSAppWFVer } from './ipsapp-wfver'; import { IPSWFVersion } from '../../wf/ipswfversion'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppWFVerImpl extends PSModelObjectImpl implements IPSAppWFVer { protected allpsappwfuiactions: IPSAppWFUIAction[] | null; getAllPSAppWFUIActions(): IPSAppWFUIAction[] | null; get allPSAppWFUIActions(): IPSAppWFUIAction[] | null; findPSAppWFUIAction(objKey: any): IPSAppWFUIAction | null; get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappwf: IPSAppWF | null; getPSAppWF(): IPSAppWF | null; get psAppWF(): IPSAppWF | null; getPSAppWFMust(): IPSAppWF; protected pswfversion: IPSWFVersion | null; getPSWFVersion(): IPSWFVersion | null; get psWFVersion(): IPSWFVersion | null; getPSWFVersionMust(): IPSWFVersion; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-wfver-impl.d.ts.map