import { IPSSysContent } from './ipssys-content'; import { IPSSysContentCat } from './ipssys-content-cat'; import { IPSSystemModule } from '../system/ipssystem-module'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSSysContentCatImpl extends PSModelObjectImpl implements IPSSysContentCat { get catTag(): string; get catTag2(): string; get codeName(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected pssyscontents: IPSSysContent[] | null; getPSSysContents(): IPSSysContent[] | null; get psSysContents(): IPSSysContent[] | null; findPSSysContent(objKey: any): IPSSysContent | null; protected pssystemmodule: IPSSystemModule | null; getPSSystemModule(): IPSSystemModule | null; get psSystemModule(): IPSSystemModule | null; getPSSystemModuleMust(): IPSSystemModule; 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-content-cat-impl.d.ts.map