import { Appliance } from '../appliance.js'; import type { TranslationMap } from '../types.js'; export declare class DaikinBRP069 extends Appliance { static TRANSLATIONS: TranslationMap; static VALUES_TRANSLATION: Record; static VALUES_SUMMARY: string[]; static HTTP_RESOURCES: string[]; static INFO_RESOURCES: string[]; static MAX_CONCURRENT_REQUESTS: number; constructor(deviceId: string, httpsRejectUnauthorized?: boolean); parseResponse(responseBody: string): Record; init(): Promise; getInfoResources(): string[]; set(settings: Record): Promise; setHoliday(mode: string): Promise; setAdvancedMode(mode: string, value: string): Promise; setStreamer(mode: string): Promise; setClock(): Promise; autoSetClock(): Promise; } //# sourceMappingURL=brp069.d.ts.map