import { IPSDEFVRCondition } from './ipsdefvrcondition'; import { IPSDEFVRGroupCondition } from './ipsdefvrgroup-condition'; import { PSDEFVRConditionImpl } from './psdefvrcondition-impl'; export declare class PSDEFVRGroupConditionImpl extends PSDEFVRConditionImpl implements IPSDEFVRGroupCondition { get condOp(): 'AND' | 'OR'; protected psdefvrconditions: IPSDEFVRCondition[] | null; getPSDEFVRConditions(): IPSDEFVRCondition[] | null; get psDEFVRConditions(): IPSDEFVRCondition[] | null; findPSDEFVRCondition(objKey: any): IPSDEFVRCondition | null; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefvrgroup-condition-impl.d.ts.map