import { API, DynamicPlatformPlugin, Logger, PlatformConfig, PlatformAccessory, Service, Characteristic } from 'homebridge'; export declare class hOnUltimatePlatform implements DynamicPlatformPlugin { readonly log: Logger; readonly config: PlatformConfig; readonly api: API; readonly Service: typeof Service; readonly Characteristic: typeof Characteristic; private readonly accessories; private idToken; constructor(log: Logger, config: PlatformConfig, api: API); discoverDevices(): Promise; setupTumbleDryer(accessory: PlatformAccessory): void; configureAccessory(accessory: PlatformAccessory): void; }