import { IPSAppLocalDE } from './ipsapp-local-de'; import { IPSDataEntity } from '../../dataentity/ipsdata-entity'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSAppLocalDEImpl extends PSModelObjectImpl implements IPSAppLocalDE { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdataentity: IPSDataEntity | null; getPSDataEntity(): IPSDataEntity | null; get psDataEntity(): IPSDataEntity | null; getPSDataEntityMust(): IPSDataEntity; 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-local-deimpl.d.ts.map