import { IPSDERGroupDetail } from './ipsdergroup-detail'; import { IPSSysDERGroup } from './ipssys-dergroup'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSSysDERGroupImpl extends PSModelObjectImpl implements IPSSysDERGroup { get codeName(): string; get codeName2(): string; get dynaModelFilePath(): string; get extendMode(): 0 | 2; get groupTag(): string; get groupTag2(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get orderValue(): number; protected psdergroupdetails: IPSDERGroupDetail[] | null; getPSDERGroupDetails(): IPSDERGroupDetail[] | null; get psDERGroupDetails(): IPSDERGroupDetail[] | null; findPSDERGroupDetail(objKey: any): IPSDERGroupDetail | null; 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-dergroup-impl.d.ts.map