import { IPSCounterType } from './ipscounter-type'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSCounterTypeImpl extends PSModelObjectImpl implements IPSCounterType { get memo(): string; get name(): string; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=pscounter-type-impl.d.ts.map