export declare type UnixTimestamp = number; export declare class Reading { timestamp: UnixTimestamp; value: string; }