import { IPSDEFVRCondition } from './ipsdefvrcondition'; import { PSModelObjectImpl } from '../../../psmodel-object-impl'; export declare class PSDEFVRConditionImpl extends PSModelObjectImpl implements IPSDEFVRCondition { get codeName(): string; get condTag(): string; get condTag2(): string; get condType(): 'GROUP' | 'NULLRULE' | 'VALUERANGE' | 'VALUERANGE2' | 'REGEX' | 'STRINGLENGTH' | 'SIMPLE' | 'VALUERANGE3' | 'QUERYCOUNT' | 'VALUERECURSION' | 'SYSVALUERULE'; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; get ruleInfo(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get keyCond(): boolean; get notMode(): boolean; get tryMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdefvrcondition-impl.d.ts.map