import type { PlatformAccessory } from 'homebridge'; import type { ThermostatStatus } from '../../models/Thermostat.js'; import type { OmniLinkPlatform } from '../../platform.js'; import { HomekitAccessoryBase } from './HomekitAccessoryBase.js'; export declare class FanCycleSwitch extends HomekitAccessoryBase { constructor(platform: OmniLinkPlatform, platformAccessory: PlatformAccessory); static type: string; setEventHandlers(): void; private getFanCycleSwitchOn; private setFanCycleSwitchOn; updateValues(thermostatStatus: ThermostatStatus): void; } //# sourceMappingURL=FanCycleSwitch.d.ts.map