/** Sensor type is either 11 (DHT11) or 22 (DHT22/AM2302). */
export declare type SensorType = 11 | 22;
