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