export declare const read: { speed: () => Promise; battery: () => Promise; time: () => Promise; wifi: () => Promise; height: () => Promise; temperature: () => Promise; attitude: () => Promise; barometer: () => Promise; tof: () => Promise; acceleration: () => Promise; }; export default read; //# sourceMappingURL=read.d.ts.map