import { DaikinBRP069 } from './brp069.js'; import type { TranslationMap } from '../types.js'; export declare class DaikinAirBase extends DaikinBRP069 { static TRANSLATIONS: TranslationMap; static HTTP_RESOURCES: string[]; private static DEFAULTS; constructor(deviceId: string); parseResponse(responseBody: string): Record; init(): Promise; getResource(path: string, params?: Record): Promise>; get supportAwayMode(): boolean; get supportOutsideTemperature(): boolean; get supportSwingMode(): boolean; get outsideTemperature(): number | null; } //# sourceMappingURL=airbase.d.ts.map