import { IPSAppRedirectView } from './ipsapp-redirect-view'; import { IPSAppViewRef } from './ipsapp-view-ref'; import { PSAppViewImpl } from './psapp-view-impl'; export declare class PSAppRedirectViewImpl extends PSAppViewImpl implements IPSAppRedirectView { protected redirectpsappviewrefs: IPSAppViewRef[] | null; getRedirectPSAppViewRefs(): IPSAppViewRef[] | null; get redirectPSAppViewRefs(): IPSAppViewRef[] | null; findRedirectPSAppViewRef(objKey: any): IPSAppViewRef | null; get enableDP(): boolean; get enableWF(): boolean; get redirectView(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-redirect-view-impl.d.ts.map