import { IPSWFInteractiveLink } from './ipswfinteractive-link'; import { IPSWFInteractiveProcess } from './ipswfinteractive-process'; import { IPSWFLinkRole } from './ipswflink-role'; import { PSWFLinkImpl } from './pswflink-impl'; export declare class PSWFInteractiveLinkImpl extends PSWFLinkImpl implements IPSWFInteractiveLink { get formCodeName(): string; protected frompswfprocess: IPSWFInteractiveProcess | null; getFromPSWFProcess(): IPSWFInteractiveProcess | null; get fromPSWFProcess(): IPSWFInteractiveProcess | null; getFromPSWFProcessMust(): IPSWFInteractiveProcess; get mobFormCodeName(): string; get mobViewCodeName(): string; get nextCondition(): string; protected pswflinkroles: IPSWFLinkRole[] | null; getPSWFLinkRoles(): IPSWFLinkRole[] | null; get psWFLinkRoles(): IPSWFLinkRole[] | null; findPSWFLinkRole(objKey: any): IPSWFLinkRole | null; get viewCodeName(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pswfinteractive-link-impl.d.ts.map