import { IPSDEFVRStringLengthCondition } from './ipsdefvrstring-length-condition'; import { PSDEFVRSingleConditionImpl } from './psdefvrsingle-condition-impl'; export declare class PSDEFVRStringLengthConditionImpl extends PSDEFVRSingleConditionImpl implements IPSDEFVRStringLengthCondition { get maxValue(): number; get minValue(): number; get includeMaxValue(): boolean; get includeMinValue(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefvrstring-length-condition-impl.d.ts.map