import { IPSWFLinkSingleCond } from './ipswflink-single-cond'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSWFLinkSingleCondImpl extends PSModelObjectImpl implements IPSWFLinkSingleCond { get codeName(): string; get condOP(): string; get condType(): 'GROUP' | 'SINGLE' | 'CUSTOM'; get dynaModelFilePath(): string; get fieldName(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get paramType(): 'ENTITYFIELD' | 'CURTIME'; get paramValue(): 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=pswflink-single-cond-impl.d.ts.map