import type { HassEntity } from "home-assistant-js-websocket";
export declare const hasLocation: (stateObj: HassEntity) => boolean;
