Repository URL to install this package:
import { CounterInfoEntity } from '@wa-motif-open-api/counters-thresholds-service';
export declare class CounterInfosModel {
private _data;
constructor();
close(): void;
loadData(data: Array<CounterInfoEntity>): void;
private buildPatternForItem;
readonly data: Array<CounterInfoEntity>;
}