import { IPSDEFVRSysValueRuleCondition } from './ipsdefvrsys-value-rule-condition'; import { PSDEFVRSingleConditionImpl } from './psdefvrsingle-condition-impl'; import { IPSSysValueRule } from '../../../valuerule/ipssys-value-rule'; export declare class PSDEFVRSysValueRuleConditionImpl extends PSDEFVRSingleConditionImpl implements IPSDEFVRSysValueRuleCondition { protected pssysvaluerule: IPSSysValueRule | null; getPSSysValueRule(): IPSSysValueRule | null; get psSysValueRule(): IPSSysValueRule | null; getPSSysValueRuleMust(): IPSSysValueRule; get ruleInfo(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefvrsys-value-rule-condition-impl.d.ts.map