import { IPSDERGroup } from './ipsdergroup'; import { IPSDERGroupDetail } from './ipsdergroup-detail'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDERGroupImpl extends PSModelObjectImpl implements IPSDERGroup { 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=psdergroup-impl.d.ts.map