import { IPSWFEmbedWFProcess } from './ipswfembed-wfprocess'; import { IPSWFProcessRole } from './ipswfprocess-role'; import { IPSWFProcessSubWF } from './ipswfprocess-sub-wf'; import { PSWFProcessImpl } from './pswfprocess-impl'; export declare class PSWFEmbedWFProcessImpl extends PSWFProcessImpl implements IPSWFEmbedWFProcess { get multiInstMode(): 'NONE' | 'PARALLEL' | 'SEQUENTIAL'; protected pswfprocessroles: IPSWFProcessRole[] | null; getPSWFProcessRoles(): IPSWFProcessRole[] | null; get psWFProcessRoles(): IPSWFProcessRole[] | null; findPSWFProcessRole(objKey: any): IPSWFProcessRole | null; protected pswfprocesssubwfs: IPSWFProcessSubWF[] | null; getPSWFProcessSubWFs(): IPSWFProcessSubWF[] | null; get psWFProcessSubWFs(): IPSWFProcessSubWF[] | null; findPSWFProcessSubWF(objKey: any): IPSWFProcessSubWF | null; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pswfembed-wfprocess-impl.d.ts.map