import { IPSDEMSLogicLinkCond } from './ipsdemslogic-link-cond'; import { IPSDEMSLogicLinkGroupCond } from './ipsdemslogic-link-group-cond'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEMSLogicLinkGroupCondImpl extends PSModelObjectImpl implements IPSDEMSLogicLinkGroupCond { get codeName(): string; get dynaModelFilePath(): string; get groupOP(): 'AND' | 'OR'; get logicType(): 'GROUP' | 'SINGLE'; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdemslogiclinkconds: IPSDEMSLogicLinkCond[] | null; getPSDEMSLogicLinkConds(): IPSDEMSLogicLinkCond[] | null; get psDEMSLogicLinkConds(): IPSDEMSLogicLinkCond[] | null; findPSDEMSLogicLinkCond(objKey: any): IPSDEMSLogicLinkCond | null; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get notMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdemslogic-link-group-cond-impl.d.ts.map