import { IPSDEFVRValueRange3Condition } from './ipsdefvrvalue-range3-condition'; import { PSDEFVRSingleConditionImpl } from './psdefvrsingle-condition-impl'; export declare class PSDEFVRValueRange3ConditionImpl extends PSDEFVRSingleConditionImpl implements IPSDEFVRValueRange3Condition { get separator(): string; protected valueranges: string[] | null; getValueRanges(): string[] | null; get valueRanges(): string[] | null; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefvrvalue-range3-condition-impl.d.ts.map