import { SensorReading } from './model'; export declare function obtainData(url: string): SensorReading[]; //# sourceMappingURL=DataFeeder.d.ts.map