import { IPSModelData } from './ipsmodel-data'; import { PSModelObjectImpl } from './psmodel-object-impl'; export declare class PSModelDataImpl extends PSModelObjectImpl implements IPSModelData { get codeName(): string; get content(): string; get dynaModelFilePath(): string; get logicName(): string; get mOSFilePath(): string; get memo(): string; get modelTag(): string; get modelTag2(): string; get name(): string; get rTMOSFilePath(): string; get realModelSubType(): string; get realModelType(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psmodel-data-impl.d.ts.map