import { Appliance } from '../appliance.js'; import type { TranslationMap } from '../types.js'; export declare class DaikinSkyFi extends Appliance { static TRANSLATIONS: TranslationMap; private static SKYFI_TO_DAIKIN; private static DAIKIN_TO_SKYFI; private password; static HTTP_RESOURCES: string[]; static INFO_RESOURCES: string[]; constructor(deviceId: string, password: string); parseResponse(responseBody: string): Record; getResource(path: string, params?: Record): Promise>; init(): Promise; set(settings: Record): Promise; get supportAwayMode(): boolean; get supportFanRate(): boolean; get supportSwingMode(): boolean; get supportHumidity(): boolean; get humidity(): number | null; } //# sourceMappingURL=skyfi.d.ts.map