import { IPSDataEntity } from '../ipsdata-entity'; import { IPSDERBase } from './ipsderbase'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDERBaseImpl extends PSModelObjectImpl implements IPSDERBase { get codeName(): string; get dERType(): 'DER1N' | 'DERINHERIT' | 'DERINDEX' | 'DER11' | 'DERMULINH' | 'DERCUSTOM' | 'DERAGGDATA'; get dynaModelFilePath(): string; get logicName(): string; get mOSFilePath(): string; protected majorpsdataentity: IPSDataEntity | null; getMajorPSDataEntity(): IPSDataEntity | null; get majorPSDataEntity(): IPSDataEntity | null; getMajorPSDataEntityMust(): IPSDataEntity; get memo(): string; get minorCodeName(): string; protected minorpsdataentity: IPSDataEntity | null; getMinorPSDataEntity(): IPSDataEntity | null; get minorPSDataEntity(): IPSDataEntity | null; getMinorPSDataEntityMust(): IPSDataEntity; get name(): string; get orderValue(): number; 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=psderbase-impl.d.ts.map