import { GenericPlatform } from './generic.platform'; export declare class HomeAssistantPlatform extends GenericPlatform { private readonly supervisorToken; private readonly supervisorUrl; constructor(); rebootDevice(): Promise; powerOffDevice(): Promise; private callSupervisorApi; }