import { IPSAppPDTView } from './ipsapp-pdtview'; import { IPSAppView } from './view/ipsapp-view'; import { IPSSysPDTView } from '../res/ipssys-pdtview'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSAppPDTViewImpl extends PSModelObjectImpl implements IPSAppPDTView { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psappview: IPSAppView | null; getPSAppView(): IPSAppView | null; get psAppView(): IPSAppView | null; getPSAppViewMust(): IPSAppView; protected pssyspdtview: IPSSysPDTView | null; getPSSysPDTView(): IPSSysPDTView | null; get psSysPDTView(): IPSSysPDTView | null; getPSSysPDTViewMust(): IPSSysPDTView; 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-pdtview-impl.d.ts.map