import { HttpError } from '../interfaces/http-error'; export declare function handleError(chartInstance: echarts.ECharts, errorMsg: string): void; export declare function handleGetDeviceDataHttpError(chartInstance: echarts.ECharts, err: HttpError, widgetName?: string): void; export declare function extractGetDeviceDataHttpErrorMsg(err: HttpError): string;