import { IPSSysBIHierarchy } from './ipssys-bihierarchy'; import { IPSSysBILevel } from './ipssys-bilevel'; import { IPSDataEntity } from '../dataentity/ipsdata-entity'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysBIHierarchyImpl extends PSModelObjectImpl implements IPSSysBIHierarchy { protected allpssysbilevels: IPSSysBILevel[] | null; getAllPSSysBILevels(): IPSSysBILevel[] | null; get allPSSysBILevels(): IPSSysBILevel[] | null; findPSSysBILevel(objKey: any): IPSSysBILevel | null; get codeName(): string; get dynaModelFilePath(): string; get hierarchyTag(): string; get hierarchyTag2(): string; get hierarchyType(): 'DE'; 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=pssys-bihierarchy-impl.d.ts.map