import type { PlatformAccessory } from 'homebridge'; import type { AuxiliarySensorStatus } from '../../models/AuxiliarySensor.js'; import type { OmniLinkPlatform } from '../../platform.js'; import { SensorBase } from './SensorBase.js'; export declare class TemperatureSensor extends SensorBase { constructor(platform: OmniLinkPlatform, platformAccessory: PlatformAccessory); static type: string; setEventHandlers(): void; private getCurrentTemperature; updateSensorValues(status: AuxiliarySensorStatus): void; } //# sourceMappingURL=TemperatureSensor.d.ts.map