import { IPSWFLinkCond } from './ipswflink-cond'; import { IPSWFLinkGroupCond } from './ipswflink-group-cond'; import { PSModelObjectImpl } from '../psmodel-object-impl'; export declare class PSWFLinkGroupCondImpl extends PSModelObjectImpl implements IPSWFLinkGroupCond { get codeName(): string; get condType(): 'GROUP' | 'SINGLE' | 'CUSTOM'; get dynaModelFilePath(): string; get groupOP(): 'AND' | 'OR'; get mOSFilePath(): string; get memo(): string; get name(): string; protected pswflinkconds: IPSWFLinkCond[] | null; getPSWFLinkConds(): IPSWFLinkCond[] | null; get psWFLinkConds(): IPSWFLinkCond[] | null; findPSWFLinkCond(objKey: any): IPSWFLinkCond | null; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get notMode(): boolean; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pswflink-group-cond-impl.d.ts.map