import { IManagedObject } from '@c8y/client';
import * as i0 from '@angular/core';

declare class DatapointParserService {
    protected readonly attributeToParse: readonly ["target", "yellowRangeMin", "yellowRangeMax", "redRangeMin", "redRangeMax", "min", "max"];
    parseDatapoints(datapoints: IManagedObject[]): IManagedObject[];
    parseDatapoint(datapoint: IManagedObject): IManagedObject;
    static ɵfac: i0.ɵɵFactoryDeclaration<DatapointParserService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<DatapointParserService>;
}

export { DatapointParserService };
//# sourceMappingURL=index.d.ts.map
