import { HomeAssistant } from "./types"; export declare const toggleEntity: (hass: HomeAssistant, entityId: string) => Promise;