import { IPSAppExplorerView } from './ipsapp-explorer-view'; import { PSAppViewImpl } from './psapp-view-impl'; export declare class PSAppExplorerViewImpl extends PSAppViewImpl implements IPSAppExplorerView { get enableDP(): boolean; get enableWF(): boolean; get iFrameMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-explorer-view-impl.d.ts.map