import { IPSDEFVRValueRange2Condition } from './ipsdefvrvalue-range2-condition'; import { PSDEFVRSingleConditionImpl } from './psdefvrsingle-condition-impl'; export declare class PSDEFVRValueRange2ConditionImpl extends PSDEFVRSingleConditionImpl implements IPSDEFVRValueRange2Condition { get maxValue(): number; get minValue(): number; get includeMaxValue(): boolean; get includeMinValue(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefvrvalue-range2-condition-impl.d.ts.map