import { IPSAppPkg } from './ipsapp-pkg'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSAppPkgImpl extends PSModelObjectImpl implements IPSAppPkg { get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get verParam(): string; get verParam2(): string; get verParam3(): string; get verParam4(): string; get verTag(): string; get verTag2(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psapp-pkg-impl.d.ts.map