/**
* Class with helper functions to get sensor labels and to translate raw values into human readable ones
*/
export declareclasssensorInfo{
staticgetLabel(sensorId: number): string;
staticgetShortLabel(sensorId: number): string;
staticgetValue(sensorValue: string): string;
}