export interface IHumidity {
    humidity: number;
}
//# sourceMappingURL=IHumidity.d.ts.map