import { IPSDEDQCustomCondition } from './ipsdedqcustom-condition'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSDEDQCustomConditionImpl extends PSModelObjectImpl implements IPSDEDQCustomCondition { get codeName(): string; get condOp(): string; get condType(): 'GROUP' | 'SINGLE' | 'CUSTOM' | 'PREDEFINED'; get condition(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psdedqcustom-condition-impl.d.ts.map