import { PlatformConfig } from 'homebridge';
import { HeatingMode } from './hive-api';
export declare function translateModeForRequest(mode: HeatingMode): HeatingMode.kOff | HeatingMode.kManual | HeatingMode.kSchedule;
export declare function startHiveSession(config: PlatformConfig): Promise<any>;
export declare function updateHiveData(hiveSession: any, hiveDevice: any): Promise<any>;
export declare function getHiveDeviceList(hiveSession: any): Promise<any[]>;
//# sourceMappingURL=hive-helpers.d.ts.map