import { IPSDEDQCondition } from './ipsdedqcondition'; import { IPSDEDQGroupCondition } from './ipsdedqgroup-condition'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEDQGroupConditionImpl extends PSModelObjectImpl implements IPSDEDQGroupCondition { get codeName(): string; get condOp(): 'AND' | 'OR'; get condType(): 'GROUP' | 'SINGLE' | 'CUSTOM' | 'PREDEFINED'; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; protected psdedqconditions: IPSDEDQCondition[] | null; getPSDEDQConditions(): IPSDEDQCondition[] | null; get psDEDQConditions(): IPSDEDQCondition[] | null; findPSDEDQCondition(objKey: any): IPSDEDQCondition | 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=psdedqgroup-condition-impl.d.ts.map