import { IPSDEActionGroup } from './ipsdeaction-group'; import { IPSDEActionGroupDetail } from './ipsdeaction-group-detail'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEActionGroupImpl extends PSModelObjectImpl implements IPSDEActionGroup { 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; protected psdeactiongroupdetails: IPSDEActionGroupDetail[] | null; getPSDEActionGroupDetails(): IPSDEActionGroupDetail[] | null; get psDEActionGroupDetails(): IPSDEActionGroupDetail[] | null; findPSDEActionGroupDetail(objKey: any): IPSDEActionGroupDetail | 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=psdeaction-group-impl.d.ts.map