import { IPSSysCounter } from './ipssys-counter'; import { IPSSysPFPlugin } from '../../res/ipssys-pfplugin'; import { IPSSysSFPlugin } from '../../res/ipssys-sfplugin'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSSysCounterImpl extends PSModelObjectImpl implements IPSSysCounter { get codeName(): string; get counterData(): string; get counterData2(): string; get counterType(): string; get customCond(): string; get dynaModelFilePath(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get psCounterId(): string; getPSCounterId(): string; protected pssyspfplugin: IPSSysPFPlugin | null; getPSSysPFPlugin(): IPSSysPFPlugin | null; get psSysPFPlugin(): IPSSysPFPlugin | null; getPSSysPFPluginMust(): IPSSysPFPlugin; protected pssyssfplugin: IPSSysSFPlugin | null; getPSSysSFPlugin(): IPSSysSFPlugin | null; get psSysSFPlugin(): IPSSysSFPlugin | null; getPSSysSFPluginMust(): IPSSysSFPlugin; get rTMOSFilePath(): string; get timer(): number; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pssys-counter-impl.d.ts.map